Blame SOURCES/pth-2.0.7-test_std.patch

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