Dmitry V. Levin
a93e2de99e
* 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.
4 lines
96 B
Bash
Executable File
4 lines
96 B
Bash
Executable File
#!/bin/sh -efu
|
|
# Check handling of CLONE_PARENT'ed processes.
|
|
. "${srcdir=.}/clone_ptrace.test"
|