blob: 38fec2359c7bba2e61439b2619b5b9eac1ac581d [file] [log] [blame]
Dmitry V. Levind9fb4502015-07-30 19:46:11 +00001#!/bin/sh
2
3# Check ppoll syscall decoding.
4
5. "${srcdir=.}/init.sh"
6
7run_prog
8run_strace -s2 -e ppoll $args
9match_grep
10run_strace -v -s2 -e ppoll $args
11match_grep "$LOG" "$srcdir/${ME_%.test}-v.expected"
12
13exit 0