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