open.test, openat.test: lift /proc requirement

While -P option needs /proc to match descriptors, it does not use
/proc to match pathnames.  As these tests do not need descriptor
match, the /proc requirement can be safely lifted.

* tests/open.test: Lift /proc/self/fd/ requirement.
* tests/openat.test: Likewise.
This commit is contained in:
Дмитрий Левин 2016-03-29 03:33:00 +00:00
parent cca2e53c4a
commit 1e7dfc38fd
2 changed files with 0 additions and 8 deletions

View File

@ -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'
run_prog > /dev/null
OUT="$LOG.out"
syscall=${ME_%.test}

View File

@ -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'
run_prog > /dev/null
OUT="$LOG.out"
syscall=${ME_%.test}