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