Blame SOURCES/pth-2.0.7-test_std.patch

5d1fb7
diff -Nur pth-2.0.7-orig/Makefile.in pth-2.0.7/Makefile.in
5d1fb7
--- pth-2.0.7-orig/Makefile.in	2006-06-08 19:54:01.000000000 +0200
5d1fb7
+++ pth-2.0.7/Makefile.in	2011-10-31 22:36:22.784082615 +0100
5d1fb7
@@ -340,7 +340,7 @@
5d1fb7
 #   execute and debug one of the test programs
5d1fb7
 test: test-std
5d1fb7
 test-std: test_std
5d1fb7
-	-@./test_std; \
5d1fb7
+	@./test_std; \
5d1fb7
 	if [ $$? -eq 0 ]; then \
5d1fb7
 	    touch .done-test >/dev/null 2>&1 || $(TRUE); \
5d1fb7
 	    if [ ".`grep $(PLATFORM) $(S)PORTING`" = . ]; then \