2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00

Use some wildcard matching on the expected output as 'echo' on Windows outputs extra space before EOLs, which Unix doesn't.

[SVN r38965]
This commit is contained in:
Rene Rivera
2007-08-26 16:16:38 +00:00
parent 1f9e521532
commit 3cee40793a

View File

@@ -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", """