Dmitry V. Levin
78db0f2dcf
Check how strace -f follows fork and vfork syscalls. * tests/fork-f.c: New file. * tests/fork-f.test: New test. * tests/vfork-f.c: New file. * tests/vfork-f.test: New test. * tests/Makefile.am (check_PROGRAMS): Add fork-f and vfork-f. (TESTS): Add fork-f.test and vfork-f.test. * tests/.gitignore: Add fork-f and vfork-f.
6 lines
85 B
Bash
Executable File
6 lines
85 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Check how strace -f follows vfork syscall.
|
|
|
|
. "${srcdir=.}/fork-f.test"
|