android_mt6572_jiabo/external/strace/tests/strace-f.test
2025-09-05 16:56:03 +08:00

10 lines
153 B
Bash
Executable file

#!/bin/sh
# Ensure that strace -f works.
. "${srcdir=.}/init.sh"
time=/usr/bin/time
check_prog $time
check_prog ls
run_strace -f $time ls > /dev/null