$OpenBSD: patch-mono_tests_Makefile_in,v 1.3 2010/10/15 16:21:07 robert Exp $
--- mono/tests/Makefile.in.orig	Tue Oct  5 22:00:38 2010
+++ mono/tests/Makefile.in	Wed Oct 13 18:35:13 2010
@@ -1328,7 +1328,7 @@ test-type-load: TestDriver.dll
 	@$(MCS) -r:TestDriver.dll -r:load-missing.dll -r:t.dll -out:load-exceptions.exe $(srcdir)/load-exceptions.cs
 	@$(MCS) -t:library -out:t.dll $(srcdir)/t-missing.cs
 	@echo "Testing load-exception.exe..."
-	@$(RUNTIME) load-exceptions.exe > load-exceptions.exe.stdout 2> load-exceptions.exe.stderr
+	-@$(RUNTIME) load-exceptions.exe > load-exceptions.exe.stdout 2> load-exceptions.exe.stderr
 test-runtime-invoke: TestDriver.dll gen-runtime-invoke.exe
 	@$(RUNTIME) gen-runtime-invoke.exe > runtime-invoke.gen.cs
 	@$(MCS) -out:runtime-invoke.gen.exe -r:TestDriver.dll runtime-invoke.gen.cs
