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