summaryrefslogtreecommitdiffstats
path: root/test/ignore-command.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/ignore-command.py')
-rw-r--r--test/ignore-command.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/ignore-command.py b/test/ignore-command.py
index 17ab4d0..0b5429a 100644
--- a/test/ignore-command.py
+++ b/test/ignore-command.py
@@ -81,3 +81,9 @@ test.run(arguments='.', status=2, stderr=None)
test.must_match('f1.out', "f1.in\n")
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: