Home | History | Annotate | Download | only in tests
      1 #!/bin/sh
      2 
      3 # Check decoding of ipc syscalls
      4 
      5 . "${srcdir=.}/init.sh"
      6 
      7 run_prog > /dev/null
      8 run_strace -eipc $args > "$EXP"
      9 match_grep "$LOG" "$EXP"
     10 
     11 exit 0
     12