strace/tests/clone_parent.test
Dmitry V. Levin a93e2de99e tests: check handling of CLONE_PARENT'ed and CLONE_PTRACE'ed processes
* tests/clone_parent.c: New file.
* tests/clone_ptrace.c: Likewise.
* tests/clone_parent.test: New test.
* tests/clone_ptrace.test: Likewise.
* tests/.gitignore: Add clone_parent and clone_ptrace.
* tests/Makefile.am (check_PROGRAMS): Likewise.
(MISC_TESTS): Add clone_parent.test and clone_ptrace.test.
2017-08-06 00:23:20 +00:00

4 lines
96 B
Bash
Executable File

#!/bin/sh -efu
# Check handling of CLONE_PARENT'ed processes.
. "${srcdir=.}/clone_ptrace.test"