Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
strace
/
ac1ce77a23b4f4eecb6768f118259499308fce1c
/
.
/
tests
/
strace-f
blob: 869f331df78c4d3dcf2c46a72c74b101047a3da2 [
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
9
\
$STRACE
-
f $time
/
bin
/
ls
>
check
.
log
2
>&
1
||
{
cat check
.
log
;
fail_
'strace -f does not work'
;
}