5 lines
85 B
Bash
Executable file
5 lines
85 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# Check how strace -f follows vfork syscall.
|
|
|
|
. "${srcdir=.}/fork-f.test"
|