Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
strace
/
6355a1f8677857f613a8b3bbd209506d1634c73f
/
.
/
tests
/
strace-f.test
blob: 0c4622c5e0a851a04ea4ff2ab0c7607a34a40c13 [
file
] [
log
] [
blame
]
#!/bin/sh
# Ensure that strace -f works.
.
"${srcdir=.}/init.sh"
time
=/
usr
/
bin
/
time
check_prog $time
$STRACE
-
f $time
/
bin
/
ls
>
$LOG
2
>&
1
||
{
cat $LOG
;
fail_
'strace -f does not work'
;
}