summaryrefslogtreecommitdiffstats
path: root/test/option--random.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/option--random.py')
-rw-r--r--test/option--random.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/option--random.py b/test/option--random.py
index a5b9f1b..43d48df 100644
--- a/test/option--random.py
+++ b/test/option--random.py
@@ -32,7 +32,7 @@ test = TestSCons.TestSCons()
test.write('SConstruct', "")
-test.run(arguments = '--random',
+test.run(arguments = '--random .',
stderr = "Warning: the --random option is not yet implemented\n")
test.pass_test()