summaryrefslogtreecommitdiffstats
path: root/test/option--cd.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/option--cd.py')
-rw-r--r--test/option--cd.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/option--cd.py b/test/option--cd.py
index 57df09f..5ce6983 100644
--- a/test/option--cd.py
+++ b/test/option--cd.py
@@ -32,10 +32,10 @@ test = TestSCons.TestSCons()
test.write('SConstruct', "")
-test.run(arguments = '--cache-disable',
+test.run(arguments = '--cache-disable .',
stderr = "Warning: the --cache-disable option is not yet implemented\n")
-test.run(arguments = '--no-cache',
+test.run(arguments = '--no-cache .',
stderr = "Warning: the --no-cache option is not yet implemented\n")
test.pass_test()