summaryrefslogtreecommitdiffstats
path: root/test/exitfns.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2003-06-18 18:35:59 (GMT)
committerSteven Knight <knight@baldmt.com>2003-06-18 18:35:59 (GMT)
commit311058e447522c96a320b81bc8beaca41112c006 (patch)
treee4c8fae81af049dcb0319f978b24bb28d12df714 /test/exitfns.py
parentb61917920644e58ab48cad87dabc19f9db6f0a64 (diff)
downloadSCons-311058e447522c96a320b81bc8beaca41112c006.zip
SCons-311058e447522c96a320b81bc8beaca41112c006.tar.gz
SCons-311058e447522c96a320b81bc8beaca41112c006.tar.bz2
Change the double quotes around an up-to-date target to be like Make.
Diffstat (limited to 'test/exitfns.py')
-rw-r--r--test/exitfns.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/exitfns.py b/test/exitfns.py
index a0ac6e2..742ac9f 100644
--- a/test/exitfns.py
+++ b/test/exitfns.py
@@ -46,7 +46,7 @@ register(x3, "no kwd args")
"""
-expected_output = test.wrap_stdout('scons: "." is up to date.\n') + \
+expected_output = test.wrap_stdout("scons: `.' is up to date.\n") + \
"""running x3('no kwd args', kwd=None)
running x3(5, kwd='bar')
running x2(12)