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.
# Automake input for strace tests.
-TESTS = ptrace_setoptions strace-f
+TESTS = ptrace_setoptions_followfork strace-f
EXTRA_DIST = init.sh $(TESTS)
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'