Home | History | Annotate | Download | only in tests-mx32
      1 #!/bin/sh
      2 
      3 # Check msgget, msgsnd, msgrcv, msgctl syscalls decoding.
      4 
      5 . "${srcdir=.}/init.sh"
      6 
      7 run_prog
      8 run_strace -v -e msgget,msgsnd,msgrcv,msgctl $args
      9 match_grep
     10 
     11 exit 0
     12