#!/bin/sh

# Check fanotify_mark syscall decoding.

. "${srcdir=.}/init.sh"

run_prog
run_strace -efanotify_mark $args
match_grep

exit 0