Module Name:    src
Committed By:   christos
Date:           Sun Nov  6 16:43:25 UTC 2011

Modified Files:
        src/tests/lib/libc/regex: att.c

Log Message:
be less chatty.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/lib/libc/regex/att.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/lib/libc/regex/att.c
diff -u src/tests/lib/libc/regex/att.c:1.5 src/tests/lib/libc/regex/att.c:1.6
--- src/tests/lib/libc/regex/att.c:1.5	Sun Nov  6 11:26:54 2011
+++ src/tests/lib/libc/regex/att.c	Sun Nov  6 11:43:25 2011
@@ -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 <sys/cdefs.h>
-__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 <stdio.h>
 #include <regex.h>
@@ -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;
 

Reply via email to