From a78f6332226e82f1ccf2f9fbd486b07c791d54a7 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 8 Jul 2022 15:53:11 +0300 Subject: Fix some tests to match canned command line semantics --- tests/cc/modules/common.testscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/cc/modules') diff --git a/tests/cc/modules/common.testscript b/tests/cc/modules/common.testscript index 1e94b36..b383dc1 100644 --- a/tests/cc/modules/common.testscript +++ b/tests/cc/modules/common.testscript @@ -2,7 +2,7 @@ # license : MIT; see accompanying LICENSE file crosstest = false -test.arguments = config.cxx=$quote($recall($cxx.path) $cxx.config.mode, true) +test.arguments = config.cxx=$quote($recall($cxx.path) $cxx.config.mode) .include ../../common.testscript -- cgit v1.1