From 23dfd50930bfe3d7135a567e7c67eea21aeece98 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 18 Oct 2019 18:45:54 +0300 Subject: Use $quote() for quoting config.cxx option value in testscripts --- tests/pkg-configure.testscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/pkg-configure.testscript') diff --git a/tests/pkg-configure.testscript b/tests/pkg-configure.testscript index 00963dc..cab52fa 100644 --- a/tests/pkg-configure.testscript +++ b/tests/pkg-configure.testscript @@ -66,7 +66,7 @@ $rep_create $out/stable &$out/stable/packages.manifest end -test.arguments += "config.cxx=$config.cxx" +test.arguments += config.cxx=$quote($recall($cxx.path) $cxx.mode, true) pkg_disfigure += -d cfg pkg_fetch += -d cfg 2>! -- cgit v1.1