Update ptrace_setoptions test
The test have to be adjusted after commit v4.6-5-g3454e4b. * ptrace_setoptions: Update grep pattern, rename to ptrace_setoptions_followfork. * tests/Makefile.am (TESTS): Rename ptrace_setoptions to ptrace_setoptions_followfork.
This commit is contained in:
parent
44d053218b
commit
e254e53d8c
@ -1,6 +1,6 @@
|
||||
# Automake input for strace tests.
|
||||
|
||||
TESTS = ptrace_setoptions strace-f
|
||||
TESTS = ptrace_setoptions_followfork strace-f
|
||||
|
||||
EXTRA_DIST = init.sh $(TESTS)
|
||||
|
||||
|
@ -14,5 +14,5 @@ check_prog timeout
|
||||
|
||||
timeout -s 9 9 \
|
||||
$STRACE -df -enone / 2>&1 |
|
||||
grep -F -x 'ptrace_setoptions = 0xe' > /dev/null ||
|
||||
grep -F -x 'ptrace_setoptions_followfork = 0xe' > /dev/null ||
|
||||
fail_ 'strace failed to recognize proper kernel PTRACE_O_TRACECLONE support'
|
Loading…
x
Reference in New Issue
Block a user