strace/tests/flock.test
Fei Jie b824f9872b tests: add flock.test
* tests/flock.c: New file.
* tests/flock.test: New test.
* tests/.gitignore: Add flock.
* tests/Makefile.am (check_PROGRAMS): Likewise.
(TESTS): Add flock.test.
2016-03-15 08:38:34 +00:00

12 lines
182 B
Bash
Executable File

#!/bin/sh
# Check flock syscall decoding.
. "${srcdir=.}/init.sh"
run_prog > /dev/null
OUT="$LOG.out"
run_strace -eflock -a19 $args > "$OUT"
match_diff "$LOG" "$OUT"
rm -f "$OUT"