Dmitry V. Levin
7555ffc390
* tests/msg_control.c: New file. * tests/msg_control.test: New test. * tests/.gitignore: Add msg_control. * tests/Makefile.am (check_PROGRAMS): Likewise. (DECODER_TESTS): Add msg_control.test.
7 lines
130 B
Bash
Executable File
7 lines
130 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Check decoding of struct msghdr ancillary data.
|
|
|
|
. "${srcdir=.}/init.sh"
|
|
run_strace_match_diff -a21 -e trace=sendmsg
|