* tests/mmsg_name-v.c (VERBOSE_MMSGHDR): Remove.
(VERBOSE): Define to 1.
* tests/mmsg_name.c (test_mmsg_name): Check VERBOSE instead
of VERBOSE_MMSGHDR.
/* This file is part of mmsg_name-v strace test. */
-#define VERBOSE_MMSGHDR
+#define VERBOSE 1
#define TEST_NAME "mmsg_name-v"
#include "mmsg_name.c"
if (i)
printf(", ");
if (i >= IOV_MAX
-# ifndef VERBOSE_MMSGHDR
+# if !VERBOSE
|| i >= DEFAULT_STRLEN
# endif
) {
if (i)
printf(", ");
if (i >= IOV_MAX
-#ifndef VERBOSE_MMSGHDR
+#if !VERBOSE
|| i >= DEFAULT_STRLEN
#endif
) {
for (i = 0; i < rc; ++i) {
if (i)
printf(", ");
-#ifndef VERBOSE_MMSGHDR
+#if !VERBOSE
if (i >= DEFAULT_STRLEN) {
printf("...");
break;