summaryrefslogtreecommitdiffstats
path: root/test/SConscriptChdir.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/SConscriptChdir.py')
-rw-r--r--test/SConscriptChdir.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/SConscriptChdir.py b/test/SConscriptChdir.py
index 348f87e..99810e3 100644
--- a/test/SConscriptChdir.py
+++ b/test/SConscriptChdir.py
@@ -82,3 +82,9 @@ test.fail_test(test.read('test.txt') != "This is the dir3 test.\nThis is the dir
test.fail_test(test.read(['dir4', 'test.txt']) != "This is the dir4 test.\n")
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: