summaryrefslogtreecommitdiff
path: root/test/string
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-06-20 10:19:50 +0000
committerEric Andersen <andersen@codepoet.org>2002-06-20 10:19:50 +0000
commit0f41aa8f114eadcd433fb2e0529c710b75a9f0e8 (patch)
tree43c79128c59d46ca4cc2c922527c2d44aa134093 /test/string
parent76c03cedb9a3f496a0e4fc5580ea1324c28815d2 (diff)
Several test case cleanups
-Erik
Diffstat (limited to 'test/string')
-rw-r--r--test/string/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/string/Makefile b/test/string/Makefile
index e53281fdd..236dc68ea 100644
--- a/test/string/Makefile
+++ b/test/string/Makefile
@@ -22,7 +22,7 @@ include $(TESTDIR)/Rules.mak
TARGETS=string string_glibc
TARGETS+=testcopy testcopy_glibc
-TARGETS+=strerror #strsignal
+TARGETS+=#strerror #strsignal
all: $(TARGETS)