Parcourir la source

Comment out broken test

Eric Andersen il y a 25 ans
Parent
commit
12eb7cae21
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      test/string/Makefile

+ 1 - 1
test/string/Makefile

@@ -4,7 +4,7 @@ include $(TESTDIR)/Rules.mak
 
 
 TARGETS=string string_glibc
 TARGETS=string string_glibc
 TARGETS+=testcopy testcopy_glibc
 TARGETS+=testcopy testcopy_glibc
-TARGETS+=strerror strsignal
+TARGETS+=strerror #strsignal
 
 
 all: $(TARGETS)
 all: $(TARGETS)