diff options
Diffstat (limited to 'test/Glob/subdir.py')
-rw-r--r-- | test/Glob/subdir.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Glob/subdir.py b/test/Glob/subdir.py index b4e89e8..0255ff8 100644 --- a/test/Glob/subdir.py +++ b/test/Glob/subdir.py @@ -58,3 +58,9 @@ test.run(arguments = '.') test.must_match('f.out', "subdir/file.in\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |