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:
Дмитрий Левин 2011-06-09 16:10:07 +00:00
parent 44d053218b
commit e254e53d8c
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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'