summaryrefslogtreecommitdiffstats
path: root/test/scons-time/mem/chdir.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/scons-time/mem/chdir.py')
-rw-r--r--test/scons-time/mem/chdir.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/scons-time/mem/chdir.py b/test/scons-time/mem/chdir.py
index a97f756..52dbd2c 100644
--- a/test/scons-time/mem/chdir.py
+++ b/test/scons-time/mem/chdir.py
@@ -55,3 +55,9 @@ test.run(arguments = 'mem -C logs foo-*.log', stdout = expect)
test.run(arguments = 'mem --chdir logs foo-?.log', stdout = expect)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: