blob: 6c2d0959a8d84a9801926ef30ffec61335bd7754 [file] [log] [blame]
#!/bin/sh
# Check decoding of stat family syscalls.
. "${srcdir=.}/init.sh"
syscall=$NAME
run_prog > /dev/null
run_strace -ve$syscall -P$syscall.sample $args > "$OUT"
match_diff "$LOG" "$OUT"
rm -f "$OUT"
exit 0