Procházet zdrojové kódy

Comment out broken test

Eric Andersen před 24 roky
rodič
revize
12eb7cae21
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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)