Dmitry V. Levin
8df052e2ae
* tests/ip_mreq.c (main): Print expected output. * tests/ip_mreq.test: Use run_strace_match_diff. * tests/ip_mreq.expected: Remove. * tests/Makefile.am (EXTRA_DIST): Remove it.
7 lines
139 B
Bash
Executable File
7 lines
139 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Check {IP,IPV6}_{ADD,DROP}_MEMBERSHIP setsockopt decoding.
|
|
|
|
. "${srcdir=.}/init.sh"
|
|
run_strace_match_diff -e trace=setsockopt
|