aboutsummaryrefslogtreecommitdiff
path: root/tests/dependency/recipe/testscript
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2022-07-08 15:53:11 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2022-07-08 16:08:16 +0300
commita78f6332226e82f1ccf2f9fbd486b07c791d54a7 (patch)
tree1211431319952ec2f9333660c30beb4a2558d3a6 /tests/dependency/recipe/testscript
parentd9f69193c0808017517853037a50673791fca4a9 (diff)
Fix some tests to match canned command line semantics
Diffstat (limited to 'tests/dependency/recipe/testscript')
-rw-r--r--tests/dependency/recipe/testscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dependency/recipe/testscript b/tests/dependency/recipe/testscript
index 36e0489..7616412 100644
--- a/tests/dependency/recipe/testscript
+++ b/tests/dependency/recipe/testscript
@@ -675,7 +675,7 @@ EOE
: process-path-ex
:
{
- config_cxx = config.cxx=$quote($recall($cxx.path) $cxx.config.mode, true)
+ config_cxx = config.cxx=$quote($recall($cxx.path) $cxx.config.mode)
mkdir build;
cat <<EOI >=build/bootstrap.build;