From 3cee40793a8eb46b71957dd64ba99ff33bb9c2d9 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sun, 26 Aug 2007 16:16:38 +0000 Subject: [PATCH] Use some wildcard matching on the expected output as 'echo' on Windows outputs extra space before EOLs, which Unix doesn't. [SVN r38965] --- v2/test/regression.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/test/regression.py b/v2/test/regression.py index d090314d7..9ef3bed7f 100644 --- a/v2/test/regression.py +++ b/v2/test/regression.py @@ -74,7 +74,7 @@ t.expect_addition("bin/r-f.test/$toolset/debug/r-f.test") # Make sure args are handled. t.expect_content("bin/r.test/$toolset/debug/r.output", - "foo\nbar\n\nEXIT STATUS: 0\n",True) + "foo\nbar\n*\nEXIT STATUS: 0*\n",True) # Test that input file is handled as well. t.write("r.cpp", """