From 79cbbf20b6fce2ceef308b992b09fd51db94ea23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Wed, 27 Jun 2012 13:14:44 +0000 Subject: [PATCH] Corrected the Boost Build core_action_output.py test that had a typo causing it to fail when run under a non-Windows OS. [SVN r79136] --- v2/test/core_action_output.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v2/test/core_action_output.py b/v2/test/core_action_output.py index 42afa7930..aaa7ec605 100755 --- a/v2/test/core_action_output.py +++ b/v2/test/core_action_output.py @@ -11,8 +11,8 @@ import BoostBuild t = BoostBuild.Tester("-d1", pass_d0=False, pass_toolset=False) t.write("file.jam", """\ -prefix = "echo \"" ; -suffix = "\"" ; +prefix = "echo \\"" ; +suffix = "\\"" ; if $(NT) { prefix = "(echo " ;