summaryrefslogtreecommitdiffstats
path: root/test/option/tree-derived.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/option/tree-derived.py')
-rw-r--r--test/option/tree-derived.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/option/tree-derived.py b/test/option/tree-derived.py
index 3ec33d7..8490612 100644
--- a/test/option/tree-derived.py
+++ b/test/option/tree-derived.py
@@ -139,3 +139,9 @@ test.run(arguments = "--tree=derived foo.xxx",
test.must_contain_all_lines(test.stdout(), [dtree1])
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: