diff options
Diffstat (limited to 'test/Command.py')
-rw-r--r-- | test/Command.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Command.py b/test/Command.py index 09c51ab..ada2ae4 100644 --- a/test/Command.py +++ b/test/Command.py @@ -118,3 +118,9 @@ test.must_match('f9.out', "f9.in\n") test.must_match('f10.out', "f10.in\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |