diff options
-rw-r--r-- | test/Interactive/Alias.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Interactive/Alias.py b/test/Interactive/Alias.py index ab4c64c..d8a46b0 100644 --- a/test/Interactive/Alias.py +++ b/test/Interactive/Alias.py @@ -42,7 +42,7 @@ test.write('foo.in', "foo.in 1\n") -scons = test.start(arguments = '-Q --interactive') +scons = test.start(arguments='-Q --interactive') scons.send("build foo-alias\n") |