diff options
Diffstat (limited to 'test/option--override.py')
-rw-r--r-- | test/option--override.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/option--override.py b/test/option--override.py index c8b8d57..ef65535 100644 --- a/test/option--override.py +++ b/test/option--override.py @@ -32,7 +32,7 @@ test = TestSCons.TestSCons() test.write('SConstruct', "") -test.run(arguments = '--override=foo', +test.run(arguments = '--override=foo .', stderr = "Warning: the --override option is not yet implemented\n") test.pass_test() |