Home | History | Annotate | Download | only in tests
      1 #!/bin/sh
      2 
      3 # Check how SECCOMP_MODE_FILTER is decoded.
      4 
      5 . "${srcdir=.}/init.sh"
      6 
      7 OUT="$LOG.out"
      8 
      9 run_prog > /dev/null
     10 run_strace -veprctl $args > "$OUT"
     11 match_diff "$LOG" "$OUT"
     12 
     13 rm -f "$OUT"
     14 
     15 exit 0
     16