android_mt6572_jiabo/external/strace/tests/ppoll.test
2025-09-05 16:56:03 +08:00

13 lines
212 B
Bash
Executable file

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