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