blob: 98389ee6e54a532274e445731fc56af27a31ecc0 [file] [log] [blame]
#!/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