blob: cf03bc0e9bf4127f8c1ec01760f4575f1b1dd78e [file] [log] [blame]
#!/bin/sh
# Check pselect6 syscall decoding.
. "${srcdir=.}/init.sh"
run_prog > /dev/null
OUT="$LOG.out"
run_strace -e pselect6 $args > "$OUT"
match_diff "$LOG" "$OUT"
rm -f "$OUT"
exit 0