10 lines
127 B
Bash
Executable File
10 lines
127 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Check -T option.
|
|
|
|
. "${srcdir=.}/init.sh"
|
|
|
|
run_prog ./sleep 0
|
|
run_strace -a24 -T -enanosleep ./sleep 1
|
|
match_grep
|