blob: 4bb95fb323f4300522ad79b7277a8223506a3bd8 [file] [log] [blame]
#!/bin/sh
# Check fcntl decoding.
. "${srcdir=.}/init.sh"
run_prog > /dev/null
OUT="$LOG.out"
syscall=${ME_%.test}
run_strace -a8 -e$syscall $args > "$OUT"
match_diff "$LOG" "$OUT"
rm -f "$OUT"
exit 0