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