summaryrefslogtreecommitdiffstats
path: root/test/Scanner.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Scanner.py')
-rw-r--r--test/Scanner.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Scanner.py b/test/Scanner.py
index dbaa8b5..9608899 100644
--- a/test/Scanner.py
+++ b/test/Scanner.py
@@ -132,6 +132,7 @@ test.fail_test(test.read('foo') != "foo.k 1 line 1\nxxx 2\nyyy 2\nfoo.k 1 line 4
test.fail_test(test.read('bar') != "yyy 2\nbar.in 1 line 2\nbar.in 1 line 3\nzzz 2\n")
-test.run(arguments = 'foo', stdout='scons: "foo" is up to date.\n')
+test.run(arguments = 'foo',
+ stdout=test.wrap_stdout('scons: "foo" is up to date.\n'))
test.pass_test()