]> granicus.if.org Git - strace/blob - tests/fanotify_mark.test
Use printnum_int64 instead of print_loff_t
[strace] / tests / fanotify_mark.test
1 #!/bin/sh
2
3 # Check fanotify_mark syscall decoding.
4
5 . "${srcdir=.}/init.sh"
6
7 run_prog
8 run_strace -efanotify_mark $args
9 match_grep
10
11 exit 0