#!/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