blob: 0b592a2cda08b34859f34d3014394fc8542e271e [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 "$OUT" "$LOG"
rm -f "$OUT"
exit 0