1 #!/bin/sh 2 3 # Check -C option. 4 5 . "${srcdir=.}/init.sh" 6 7 run_prog ./sleep 0 8 run_strace -a24 -C -enanosleep ./sleep 1 9 match_grep 10