From 530d4627839a2a179c1d0832b70c302e823eb9c3 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Thu, 3 Dec 2015 15:48:43 +0000 Subject: [PATCH] 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. --- tests/fstatat64.test | 4 ---- 1 file changed, 4 deletions(-) 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" -- 2.40.0