blob: 7b395526be19dba74c2faf8eff3279345a312677 [file] [log] [blame]
#!/bin/sh
# Ensure that strace -f works.
. "${srcdir=.}/init.sh"
check_strace
check_prog timeout
time=/usr/bin/time
check_prog $time
timeout -s 9 $check_timeout \
$STRACE -f $time /bin/ls > check.log 2>&1 ||
{ cat check.log; fail_ 'strace -f does not work'; }