9 lines
121 B
Bash
Executable file
9 lines
121 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# Check -r option.
|
|
|
|
. "${srcdir=.}/init.sh"
|
|
|
|
run_prog ../sleep 0
|
|
run_strace -r -eexecve ../sleep 1
|
|
match_grep
|