From bb341c661ed5943fe65b910901919bf78ec70721 Mon Sep 17 00:00:00 2001 From: christos Date: Sun, 6 Nov 2011 16:43:25 +0000 Subject: [PATCH] be less chatty. --- tests/lib/libc/regex/att.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tests/lib/libc/regex/att.c b/tests/lib/libc/regex/att.c index 7867c5243f46..6db4fb1fc768 100644 --- a/tests/lib/libc/regex/att.c +++ b/tests/lib/libc/regex/att.c @@ -1,4 +1,4 @@ -/* $NetBSD: att.c,v 1.5 2011/11/06 16:26:54 christos Exp $ */ +/* $NetBSD: att.c,v 1.6 2011/11/06 16:43:25 christos Exp $ */ /*- * Copyright (c) 2011 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include -__RCSID("$NetBSD: att.c,v 1.5 2011/11/06 16:26:54 christos Exp $"); +__RCSID("$NetBSD: att.c,v 1.6 2011/11/06 16:43:25 christos Exp $"); #include #include @@ -364,8 +364,9 @@ ATF_TC_BODY(regex_att, tc) char *name, *pattern, *input, *matches, *comment; regmatch_t *pm; size_t nm; - +#ifdef DEBUG fprintf(stderr, "[%s]\n", line); +#endif if ((name = strtok(line, sep)) == NULL) continue;