1 #!/bin/sh 2 3 # Ensure that strace -f works. 4 5 . "${srcdir=.}/init.sh" 6 7 time=/usr/bin/time 8 check_prog $time 9 check_prog ls 10 run_strace -f $time ls > /dev/null 11