summaryrefslogtreecommitdiffstats
path: root/test/option--.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/option--.py')
-rw-r--r--test/option--.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/option--.py b/test/option--.py
index 6a18cf5..039ce3a 100644
--- a/test/option--.py
+++ b/test/option--.py
@@ -50,7 +50,7 @@ env.MyBuild(target = '-f2.out', source = 'f2.in')
test.write('f1.in', "f1.in\n")
test.write('f2.in', "f2.in\n")
-expect = "%s build.py -f1.out\n%s build.py -f2.out\n" % (python, python)
+expect = test.wrap_stdout("%s build.py -f1.out\n%s build.py -f2.out\n" % (python, python))
test.run(arguments = '-- -f1.out -f2.out', stdout = expect)