summaryrefslogtreecommitdiffstats
path: root/test/Glob/subst.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Glob/subst.py')
-rw-r--r--test/Glob/subst.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Glob/subst.py b/test/Glob/subst.py
index e6aa3ca..abf2bb4 100644
--- a/test/Glob/subst.py
+++ b/test/Glob/subst.py
@@ -58,3 +58,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: