summaryrefslogtreecommitdiffstats
path: root/test/scons-time/obj/tail.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/scons-time/obj/tail.py')
-rw-r--r--test/scons-time/obj/tail.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/scons-time/obj/tail.py b/test/scons-time/obj/tail.py
index 0483d89..9049c89 100644
--- a/test/scons-time/obj/tail.py
+++ b/test/scons-time/obj/tail.py
@@ -53,3 +53,9 @@ test.run(arguments = 'obj -t 3 Node.FS foo-*.log', stdout = expect3)
test.run(arguments = 'obj --tail 5 Node.FS foo-*.log', stdout = expect5)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: