From: Dmitry V. Levin Date: Thu, 3 Dec 2015 15:48:43 +0000 (+0000) Subject: fstatat64.test: lift /proc requirement X-Git-Tag: v4.11~72 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=530d4627839a2a179c1d0832b70c302e823eb9c3;p=strace fstatat64.test: lift /proc requirement While -P option needs /proc to match descriptors, it does not use /proc to match pathnames. As this test does not need descriptor match, the /proc requirement can be safely lifted. * tests/fstatat64.test: Lift /proc/self/fd/ requirement. --- diff --git a/tests/fstatat64.test b/tests/fstatat64.test index b2b1ad62..e96f832b 100755 --- a/tests/fstatat64.test +++ b/tests/fstatat64.test @@ -4,10 +4,6 @@ . "${srcdir=.}/init.sh" -# strace -P is implemented using /proc/self/fd -[ -d /proc/self/fd/ ] || - framework_skip_ '/proc/self/fd/ is not available' - syscall=${ME_%.test} run_prog > /dev/null OUT="$LOG.out"