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