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-clean.testscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/pkg-clean.testscript') diff --git a/tests/pkg-clean.testscript b/tests/pkg-clean.testscript index a74b7f0..944f98c 100644 --- a/tests/pkg-clean.testscript +++ b/tests/pkg-clean.testscript @@ -48,7 +48,7 @@ &$out/hello/signature.manifest end -pkg_configure += -d cfg "config.cxx=$config.cxx" 2>! +pkg_configure += -d cfg config.cxx=$quote($recall($cxx.path) $cxx.mode, true) 2>! pkg_disfigure += -d cfg pkg_fetch += -d cfg 2>! pkg_purge += -d cfg -- cgit v1.1