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;