Module Name:    src
Committed By:   christos
Date:           Wed Nov  3 20:20:12 UTC 2010

Modified Files:
        src/tests/lib/libc: Makefile

Log Message:
disable string again


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/lib/libc/Makefile

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/Makefile
diff -u src/tests/lib/libc/Makefile:1.7 src/tests/lib/libc/Makefile:1.8
--- src/tests/lib/libc/Makefile:1.7	Wed Nov  3 12:10:21 2010
+++ src/tests/lib/libc/Makefile	Wed Nov  3 16:20:12 2010
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.7 2010/11/03 16:10:21 christos Exp $
+# $NetBSD: Makefile,v 1.8 2010/11/03 20:20:12 christos Exp $
 
 .include <bsd.own.mk>
 
 TESTS_SUBDIRS+=	gen hash stdlib stdio
 
 # Disabled for now, only test in there is very expensive
-SUBDIR+=	 string
+#SUBDIR+=	 string
 
 TESTSDIR=	${TESTSBASE}/lib/libc
 

Reply via email to