summaryrefslogtreecommitdiffstats
path: root/test/GetOption
diff options
context:
space:
mode:
Diffstat (limited to 'test/GetOption')
-rw-r--r--test/GetOption/help.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/GetOption/help.py b/test/GetOption/help.py
index 37f9555..f20704e 100644
--- a/test/GetOption/help.py
+++ b/test/GetOption/help.py
@@ -52,3 +52,9 @@ test.run(arguments = '-q -Q --help')
test.fail_test(string.split(test.stdout(), '\n')[0] != expect)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: