summaryrefslogtreecommitdiffstats
path: root/test/option-k.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/option-k.py')
-rw-r--r--test/option-k.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/option-k.py b/test/option-k.py
index edf7be1..6b9e89a 100644
--- a/test/option-k.py
+++ b/test/option-k.py
@@ -54,6 +54,9 @@ env.Succeed(target = 'aaa.out', source = 'aaa.1')
env.Succeed(target = 'bbb.out', source = 'bbb.in')
""" % (python, python))
+test.write('aaa.in', "aaa.in\n")
+test.write('bbb.in', "bbb.in\n")
+
test.run(arguments = 'aaa.out bbb.out',
stderr =
'scons: *** [aaa.1] Error 1\n')