summaryrefslogtreecommitdiffstats
path: root/test/preserve-source.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/preserve-source.py')
-rw-r--r--test/preserve-source.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/preserve-source.py b/test/preserve-source.py
index 4ca9cd6..b0acdaa 100644
--- a/test/preserve-source.py
+++ b/test/preserve-source.py
@@ -53,7 +53,7 @@ test.run(arguments = '.')
test.fail_test(test.read('aaa.out') != "aaa.in\n")
#
-test.run(arguments = "aaa.in", stdout = "")
+test.run(arguments = "aaa.in", stdout = test.wrap_stdout(""))
test.fail_test(not os.path.exists('aaa.in'))