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