diff options
Diffstat (limited to 'test/SPAWN.py')
-rw-r--r-- | test/SPAWN.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/SPAWN.py b/test/SPAWN.py index 2a3632e..c7cd4e4 100644 --- a/test/SPAWN.py +++ b/test/SPAWN.py @@ -85,3 +85,9 @@ test.must_match('file3.out', "file3.in\nextra1.txt\n") test.must_match('file4.out', "file4.in\nextra2.txt\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |