blob: 0d17221742353842bc8c10cf06ef811d2b24a306 [file] [log] [blame]
#!/bin/sh
# Check how SECCOMP_MODE_FILTER is decoded.
. "${srcdir=.}/init.sh"
OUT="$LOG.out"
run_prog > /dev/null
run_strace -veprctl $args > "$OUT"
match_diff "$OUT" "$LOG"
rm -f "$OUT"
exit 0