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