Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
strace
/
7a036055af9fe5f444a1427df0a3143705df850d
/
.
/
tests
/
times.test
blob: 28ecc3e9d68ebaa41883e63f48fcb6e279bf1b46 [
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
"$OUT"
"$LOG"
rm
-
f
"$OUT"
exit
0