Home | History | Annotate | Download | only in tests
      1 #!/bin/sh
      2 
      3 # Check silent decoding of sendmmsg and recvmmsg syscalls.
      4 
      5 . "${srcdir=.}/init.sh"
      6 run_strace_match_diff -a25 -e verbose=none -e trace=sendmmsg,recvmmsg
      7