summaryrefslogtreecommitdiffstats
path: root/test/runtest/noqmtest.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/runtest/noqmtest.py')
-rw-r--r--test/runtest/noqmtest.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/runtest/noqmtest.py b/test/runtest/noqmtest.py
index f2bf6eb..3980b70 100644
--- a/test/runtest/noqmtest.py
+++ b/test/runtest/noqmtest.py
@@ -100,3 +100,9 @@ test.run(arguments = '--noqmtest %s' % string.join(testlist),
stderr = expect_stderr)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: