summaryrefslogtreecommitdiffstats
path: root/test/option-v.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/option-v.py')
-rw-r--r--test/option-v.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/option-v.py b/test/option-v.py
index b91e4d9..5065eda 100644
--- a/test/option-v.py
+++ b/test/option-v.py
@@ -64,3 +64,9 @@ if not test.match_re(stdout, expect1) and not test.match_re(stdout, expect2):
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: