summaryrefslogtreecommitdiff
path: root/test/option--debug.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2003-06-18 18:35:59 +0000
committerSteven Knight <knight@baldmt.com>2003-06-18 18:35:59 +0000
commit311058e447522c96a320b81bc8beaca41112c006 (patch)
treee4c8fae81af049dcb0319f978b24bb28d12df714 /test/option--debug.py
parentb61917920644e58ab48cad87dabc19f9db6f0a64 (diff)
downloadscons-311058e447522c96a320b81bc8beaca41112c006.tar.gz
Change the double quotes around an up-to-date target to be like Make.
Diffstat (limited to 'test/option--debug.py')
-rw-r--r--test/option--debug.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/option--debug.py b/test/option--debug.py
index 48949839..05839127 100644
--- a/test/option--debug.py
+++ b/test/option--debug.py
@@ -107,7 +107,7 @@ test.fail_test(string.find(test.stdout(), tree) == -1)
test.run(arguments = "--debug=includes .")
test.run(arguments = "--debug=includes foo.c")
-tree = """scons: \".\" is up to date.
+tree = """scons: `.' is up to date.
+-.
+-SConstruct