strace/tests/fcntl.test

14 lines
183 B
Plaintext
Raw Normal View History

#!/bin/sh
# Check fcntl decoding.
. "${srcdir=.}/init.sh"
run_prog > /dev/null
syscall=$NAME
run_strace -a8 -e$syscall $args > "$OUT"
match_diff "$LOG" "$OUT"
rm -f "$OUT"
exit 0