From b82298fbb340446303c9510b56d41cead9d0755b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 16 Oct 2019 07:55:02 +0200 Subject: Escape quoting in config.{c,cxx} paths when passing to tests This is needed due to the command line re-parsing (see "Lexical Structure" in the Testscript manual for details). --- tests/test.testscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test.testscript') diff --git a/tests/test.testscript b/tests/test.testscript index 9d0191e..0437789 100644 --- a/tests/test.testscript +++ b/tests/test.testscript @@ -4,7 +4,7 @@ .include common.testscript -cxx = cc config.cxx="'$recall($cxx.path)'" +cxx = cc config.cxx="\\'$recall($cxx.path)\\'" new += 2>! init += cc "'config.cxx=$config.cxx'" -d prj 2>! -- cgit v1.1