summaryrefslogtreecommitdiffstats
path: root/test/CommandGenerator.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/CommandGenerator.py')
-rw-r--r--test/CommandGenerator.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/CommandGenerator.py b/test/CommandGenerator.py
index 947ad42..9348bdd 100644
--- a/test/CommandGenerator.py
+++ b/test/CommandGenerator.py
@@ -69,3 +69,9 @@ test.fail_test(test.read(test.workpath('foo2.out')) != "foo2.in\n")
test.fail_test(test.read(test.workpath('foo3.out')) != "foo3.in\n")
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: