strace/tests/msg_control-v.c
Dmitry V. Levin 074c630705 tests: use VERBOSE macro in msg_control and msg_control-v tests
* tests/msg_control-v.c (VERBOSE_MSGHDR): Remove.
(VERBOSE): Define to 1.
* tests/msg_control.c (print_fds, print_ip_opts): Check VERBOSE instead
of VERBOSE_MSGHDR.
2016-09-26 15:24:25 +00:00

4 lines
97 B
C

/* This file is part of msg_control-v strace test. */
#define VERBOSE 1
#include "msg_control.c"