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