blob: 4101cae130c63067f509ad1987bcd6bf51cb04ed [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 "$LOG" "$OUT"
rm -f "$OUT"
exit 0