diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-05-29 17:42:04 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-05-29 17:42:04 +0000 |
commit | 12eb7cae21a73ae13e30610e1d4286111e7a5835 (patch) | |
tree | b8695f2b224dbed19bd60bf944845549c1e1ebb9 /test/string | |
parent | 81c61f3745dc07a01443ea02b31a62a6057065d7 (diff) |
Comment out broken test
Diffstat (limited to 'test/string')
-rw-r--r-- | test/string/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/string/Makefile b/test/string/Makefile index c39469c61..0677f3aab 100644 --- a/test/string/Makefile +++ b/test/string/Makefile @@ -4,7 +4,7 @@ include $(TESTDIR)/Rules.mak TARGETS=string string_glibc TARGETS+=testcopy testcopy_glibc -TARGETS+=strerror strsignal +TARGETS+=strerror #strsignal all: $(TARGETS) |