Dmitry V. Levin
349750e1bc
* tests/mmsg-silent.c: New file. * tests/mmsg-silent.test: New test. * tests/.gitignore: Add mmsg-silent. * tests/Makefile.am (check_PROGRAMS): Likewise. (DECODER_TESTS): Add mmsg-silent.test.
7 lines
165 B
Bash
Executable File
7 lines
165 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Check silent decoding of sendmmsg and recvmmsg syscalls.
|
|
|
|
. "${srcdir=.}/init.sh"
|
|
run_strace_match_diff -a25 -e verbose=none -e trace=sendmmsg,recvmmsg
|