Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
strace
/
13870c5482fe56cb2c942668c9f583cf339e8197
/
.
/
tests
/
ppoll.test
blob: 38fec2359c7bba2e61439b2619b5b9eac1ac581d [
file
] [
log
] [
blame
]
#!/bin/sh
# Check ppoll syscall decoding.
.
"${srcdir=.}/init.sh"
run_prog
run_strace
-
s2
-
e ppoll $args
match_grep
run_strace
-
v
-
s2
-
e ppoll $args
match_grep
"$LOG"
"$srcdir/${ME_%.test}-v.expected"
exit
0