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