]> granicus.if.org Git - strace/commitdiff
fstatat64.test: lift /proc requirement
authorDmitry V. Levin <ldv@altlinux.org>
Thu, 3 Dec 2015 15:48:43 +0000 (15:48 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Thu, 3 Dec 2015 15:48:43 +0000 (15:48 +0000)
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

index b2b1ad62557852098c58d91581969b07fd5bf410..e96f832bc697c779dd4e0c7c0708077abdb76424 100755 (executable)
@@ -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"