blob: 5cd6f5d387330640e0d1f47608c66926ad569cc9 [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/${ME_%.test}-v.expected"
exit 0