blob: 0da19769d807957db0d81809c9f1403b75a7b517 [file] [log] [blame]
#!/bin/sh
# Check decoding of vmsplice syscall.
. "${srcdir=.}/init.sh"
run_prog > /dev/null
OUT="$LOG.out"
run_strace -ewrite=1 -evmsplice $args > "$OUT"
match_diff "$LOG" "$OUT"
rm -f "$OUT"