diff options
Diffstat (limited to 'test/option-b.py')
-rw-r--r-- | test/option-b.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/option-b.py b/test/option-b.py index feb4304..cf2fa98 100644 --- a/test/option-b.py +++ b/test/option-b.py @@ -32,7 +32,7 @@ test = TestSCons.TestSCons() test.write('SConstruct', "") -test.run(arguments = '-b', +test.run(arguments = '-b .', stderr = "Warning: ignoring -b option\n") test.pass_test() |