diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-10-18 18:43:26 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-10-18 18:43:52 +0300 |
commit | 9d90382e1282045638ede144b89c7e94f4739466 (patch) | |
tree | 56dcd4dd8d6d814267b7e921fe1b684b302d0adc /tests/cc/libu | |
parent | 0e0842330d1ef11f9ac6fa70d9f84bdb16084c45 (diff) |
Use $quote() for quoting config.cxx option value in testscripts
Diffstat (limited to 'tests/cc/libu')
-rw-r--r-- | tests/cc/libu/testscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cc/libu/testscript b/tests/cc/libu/testscript index 5c2b57a..01faae9 100644 --- a/tests/cc/libu/testscript +++ b/tests/cc/libu/testscript @@ -3,7 +3,7 @@ # license : MIT; see accompanying LICENSE file crosstest = false -test.arguments = config.cxx="\\'$recall($cxx.path)\\'" +test.arguments = config.cxx=$quote($recall($cxx.path) $cxx.mode, true) .include ../../common.testscript |