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