Ver Fonte

Comment out broken test

Eric Andersen há 24 anos atrás
pai
commit
12eb7cae21
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      test/string/Makefile

+ 1 - 1
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)