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