Module Name: src
Committed By: christos
Date: Tue Dec 8 12:41:28 UTC 2015
Modified Files:
src/tests/lib/libutil: t_parsedate.c
Log Message:
Kill one more REL_DEBUG, from kre
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/tests/lib/libutil/t_parsedate.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/libutil/t_parsedate.c
diff -u src/tests/lib/libutil/t_parsedate.c:1.15 src/tests/lib/libutil/t_parsedate.c:1.16
--- src/tests/lib/libutil/t_parsedate.c:1.15 Mon Dec 7 15:57:39 2015
+++ src/tests/lib/libutil/t_parsedate.c Tue Dec 8 07:41:28 2015
@@ -1,4 +1,4 @@
-/* $NetBSD: t_parsedate.c,v 1.15 2015/12/07 20:57:39 christos Exp $ */
+/* $NetBSD: t_parsedate.c,v 1.16 2015/12/08 12:41:28 christos Exp $ */
/*-
* Copyright (c) 2010, 2015 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -29,7 +29,7 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: t_parsedate.c,v 1.15 2015/12/07 20:57:39 christos Exp $");
+__RCSID("$NetBSD: t_parsedate.c,v 1.16 2015/12/08 12:41:28 christos Exp $");
#include <atf-c.h>
#include <errno.h>
@@ -351,9 +351,6 @@ ATF_TC_BODY(relative, tc)
tm.tm_isdst = -1;
tm.tm_hour = tm.tm_min = tm.tm_sec = 0;
REL_CHECK("1 week ago Tu", now, tm);
-#if 0
- REL_DEBUG("1 week ago Tu");
-#endif
ATF_CHECK(localtime_r(&now, &tm) != NULL);
tm.tm_isdst = -1;