diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2022-07-08 15:53:11 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2022-07-08 16:08:16 +0300 |
commit | a78f6332226e82f1ccf2f9fbd486b07c791d54a7 (patch) | |
tree | 1211431319952ec2f9333660c30beb4a2558d3a6 /tests/cc/libu/testscript | |
parent | d9f69193c0808017517853037a50673791fca4a9 (diff) |
Fix some tests to match canned command line semantics
Diffstat (limited to 'tests/cc/libu/testscript')
-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 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 |