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