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/libu/testscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/cc/libu/testscript') diff --git a/tests/cc/libu/testscript b/tests/cc/libu/testscript index 9db3406..b562157 100644 --- a/tests/cc/libu/testscript +++ b/tests/cc/libu/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