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