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 f2b27f6..cdaf348 100644 --- a/test/option-b.py +++ b/test/option-b.py @@ -33,7 +33,7 @@ test = TestSCons.TestSCons() test.write('SConstruct', "") test.run(arguments = '-b .', - stderr = "Warning: ignoring -b option\n") + stderr = "Warning: ignoring -b option\n") test.pass_test() |