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 5b8a0db..1e3f513 100644 --- a/test/option-t.py +++ b/test/option-t.py @@ -32,10 +32,10 @@ test = TestSCons.TestSCons() test.write('SConstruct', "") -test.run(arguments = '-t', +test.run(arguments = '-t .', stderr = "Warning: ignoring -t option\n") -test.run(arguments = '--touch', +test.run(arguments = '--touch .', stderr = "Warning: ignoring --touch option\n") test.pass_test() |