summaryrefslogtreecommitdiffstats
path: root/test/Batch/callable.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Batch/callable.py')
-rw-r--r--test/Batch/callable.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Batch/callable.py b/test/Batch/callable.py
index fc96f15..6fbd11c 100644
--- a/test/Batch/callable.py
+++ b/test/Batch/callable.py
@@ -101,3 +101,9 @@ test.must_match(['sub1', 'f2a.out'], "f2a.in\n")
test.must_match(['sub2', 'f2b.out'], "f2b.in\n")
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: