Explorar el Código

Comment out broken test

Eric Andersen hace 24 años
padre
commit
12eb7cae21
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)