7 lines
125 B
Plaintext
7 lines
125 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
# Check whether strace traces signals properly.
|
||
|
|
||
|
. "${srcdir=.}/init.sh"
|
||
|
run_strace_match_diff -a16 -e trace=kill
|