1#!/bin/sh
2
3# Check fanotify_mark syscall decoding.
4
5. "${srcdir=.}/init.sh"
6
7run_prog
8run_strace -efanotify_mark $args
9match_grep
10
11exit 0
12