summaryrefslogtreecommitdiffstats
path: root/test/Batch/up_to_date.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Batch/up_to_date.py')
-rw-r--r--test/Batch/up_to_date.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Batch/up_to_date.py b/test/Batch/up_to_date.py
index 9563c40..58152e0 100644
--- a/test/Batch/up_to_date.py
+++ b/test/Batch/up_to_date.py
@@ -85,3 +85,9 @@ test.must_match(['out3', 'f3b.out'], "f3b.in\n")
test.up_to_date(options = '--debug=explain', arguments = '.')
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: