Dmitry V. Levin
1c444a75d1
* tests/recvmmsg-timeout.c: New file. * tests/recvmmsg-timeout.test: New test. * tests/.gitignore: Add recvmmsg-timeout. * tests/Makefile.am (check_PROGRAMS): Likewise. (DECODER_TESTS): Add recvmmsg-timeout.test.
7 lines
139 B
Bash
Executable File
7 lines
139 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Check decoding of timeout argument of recvmmsg syscall.
|
|
|
|
. "${srcdir=.}/init.sh"
|
|
run_strace_match_diff -a25 -e trace=recvmmsg
|