Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
strace
/
647e7953ce4d9fdc5b9a297a3e5fc1d3e69be86d
/
.
/
tests
/
times.test
blob: ec04015a9d1f123ddf5ed26c8266ebf96ab022cd [
file
] [
log
] [
blame
]
#!/bin/sh
# Check decoding of times syscall
.
"${srcdir=.}/init.sh"
run_prog
>
/
dev
/
null
OUT
=
"$LOG.out"
run_strace
-
etimes
-
esignal
=
none $args
>
"$OUT"
match_diff
"$LOG"
"$OUT"
rm
-
f
"$OUT"
exit
0