Sign in
nest-open-source
/
nest-cam
/
4320010
/
strace
/
refs/heads/master
/
.
/
strace
/
tests
/
ppoll.test
blob: 98389ee6e54a532274e445731fc56af27a31ecc0 [
file
] [
log
] [
blame
] [
edit
]
#!/bin/sh
# Check ppoll syscall decoding.
.
"${srcdir=.}/init.sh"
run_prog
run_strace
-
a30
-
s2
-
e ppoll $args
match_grep
run_strace
-
a30
-
v
-
s2
-
e ppoll $args
match_grep
"$LOG"
"$srcdir/$NAME-v.expected"
exit
0