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