summaryrefslogtreecommitdiffstats
path: root/test/Configure/option--Q.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Configure/option--Q.py')
-rw-r--r--test/Configure/option--Q.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Configure/option--Q.py b/test/Configure/option--Q.py
index ab9d488..198e94f 100644
--- a/test/Configure/option--Q.py
+++ b/test/Configure/option--Q.py
@@ -44,3 +44,9 @@ env = conf.Finish()
test.run(arguments='-Q', stdout="scons: `.' is up to date.\n", stderr="")
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: