Elliott Hughes | d35df49 | 2017-02-15 15:19:05 -0800 | [diff] [blame] | 1 | #!/bin/sh |
2 | |||||
3 | # Check how network syscalls are traced. | ||||
4 | |||||
5 | . "${srcdir=.}/init.sh" | ||||
6 | |||||
Elliott Hughes | 39bac05 | 2017-05-25 16:56:11 -0700 | [diff] [blame^] | 7 | run_prog ../net-accept-connect net-local-stream |
8 | run_strace_merge -e%network $args | ||||
Elliott Hughes | d35df49 | 2017-02-15 15:19:05 -0800 | [diff] [blame] | 9 | match_grep |
10 | |||||
11 | exit 0 |