blob: 832070780f55dbad181b45084708f8c1ff2cf512 [file] [log] [blame]
Elliott Hughesd35df492017-02-15 15:19:05 -08001#!/bin/sh
2
3# Check how network syscalls are traced.
4
5. "${srcdir=.}/init.sh"
6
Elliott Hughes39bac052017-05-25 16:56:11 -07007run_prog ../net-accept-connect net-local-stream
8run_strace_merge -e%network $args
Elliott Hughesd35df492017-02-15 15:19:05 -08009match_grep
10
11exit 0