blob: 025e61b3cd0092f11a286fa565a4677371ce2237 [file] [log] [blame]
#!/bin/sh
# Check sendfile64 syscall decoding.
. "${srcdir=.}/init.sh"
exe="./${ME_%.test}"
run_prog "$exe" "$exe" > /dev/null
OUT="$LOG.out"
run_strace -a24 -esendfile64 $args > "$OUT"
match_diff "$LOG" "$OUT"
rm -f "$OUT"
exit 0