Files
2023-10-13 14:01:41 +00:00

12 lines
179 B
Bash
Executable File

#!/bin/sh
# Check how network syscalls are traced.
. "${srcdir=.}/init.sh"
run_prog ../net-accept-connect net-local-stream
run_strace_merge -e%network $args
match_grep
exit 0