Blame SOURCES/pth-2.0.7-test_std.patch

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