Change the double quotes around an up-to-date target to be like Make.
[scons.git] / test / up-to-date.py
index 8311444a6162b1cc94aa8a1084845af3b65ac1bf..460401a13e64e42f722c282f23b4c68374c2140f 100644 (file)
@@ -58,9 +58,10 @@ test.write('f4.in', "f4.in\n")
 test.run(arguments = 'f1.out f3.out')
 
 test.run(arguments = 'f1.out f2.out f3.out f4.out', stdout =
-test.wrap_stdout("""scons: "f1.out" is up to date.
+test.wrap_stdout("""\
+scons: `f1.out' is up to date.
 %s build.py f2.out f2.in
-scons: "f3.out" is up to date.
+scons: `f3.out' is up to date.
 %s build.py f4.out f4.in
 """ % (python, python)))