strace/tests/fanotify_mark.test

12 lines
138 B
Plaintext
Raw Normal View History

#!/bin/sh
# Check fanotify_mark syscall decoding.
. "${srcdir=.}/init.sh"
run_prog
run_strace -efanotify_mark $args
match_grep
exit 0