summaryrefslogtreecommitdiffstats
path: root/test/scan-once.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/scan-once.py')
-rw-r--r--test/scan-once.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/scan-once.py b/test/scan-once.py
index 7ddf9c9..19cb495 100644
--- a/test/scan-once.py
+++ b/test/scan-once.py
@@ -60,12 +60,6 @@ f3 = env.Echo(source=['file3'], target=['file4'])
Default(f3)
""")
-test.run(arguments = '.',
- stdout = test.wrap_stdout("""create file2.s from file1.s
-create file3.s from file2.s
-create file4.s from file3.s
-"""))
-
test.write('file1.s', 'file1.s\n')
test.run(arguments = '.',