Home | History | Annotate | Download | only in tests-m32
      1 #!/bin/sh
      2 
      3 # Check how network syscalls are traced.
      4 
      5 . "${srcdir=.}/init.sh"
      6 
      7 run_prog ../net-accept-connect net-local-stream
      8 run_strace_merge -e%network $args
      9 match_grep
     10 
     11 exit 0
     12