diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-10-18 18:45:54 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-10-18 18:45:54 +0300 |
commit | 23dfd50930bfe3d7135a567e7c67eea21aeece98 (patch) | |
tree | 3c0f701f4a76870a452e069e7e1fe53c299e230f /tests/pkg-update.testscript | |
parent | b3bfef53ee45f0ed5cc2293d7e60f0796fd7e95e (diff) |
Use $quote() for quoting config.cxx option value in testscripts
Diffstat (limited to 'tests/pkg-update.testscript')
-rw-r--r-- | tests/pkg-update.testscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pkg-update.testscript b/tests/pkg-update.testscript index 9c6aaea..9a1cf7d 100644 --- a/tests/pkg-update.testscript +++ b/tests/pkg-update.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 |