10 lines
121 B
Plaintext
10 lines
121 B
Plaintext
![]() |
#!/bin/sh
|
||
|
|
||
|
# Check -r option.
|
||
|
|
||
|
. "${srcdir=.}/init.sh"
|
||
|
|
||
|
run_prog ../sleep 0
|
||
|
run_strace -r -eexecve ../sleep 1
|
||
|
match_grep
|