Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
strace
/
efb134041e946e94a80e3b4bb89de5d03eca4f71
/
.
/
tests
/
time.test
blob: 6699857b2c732b0548850f99a16214fa29ad1f9f [
file
] [
log
] [
blame
]
#!/bin/sh
# Check time syscall decoding.
.
"${srcdir=.}/init.sh"
run_prog
>
/
dev
/
null
OUT
=
"$LOG.out"
run_strace
-
a10
-
etime $args
>
"$OUT"
match_diff
"$LOG"
"$OUT"
rm
-
f
"$OUT"
exit
0