Dmitry V. Levin
80bd8e11fa
* tests/mmsg_name.c: New file. * tests/mmsg_name.test: New test. * tests/.gitignore: Add mmsg_name. * tests/Makefile.am (check_PROGRAMS): Likewise. (DECODER_TESTS): Add mmsg_name.test.
8 lines
196 B
Bash
Executable File
8 lines
196 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Check decoding of msg_name* fields of struct msghdr array argument
|
|
# of sendmmsg and recvmmsg syscalls.
|
|
|
|
. "${srcdir=.}/init.sh"
|
|
run_strace_match_diff -a25 -e trace=sendmmsg,recvmmsg
|