diff options
Diffstat (limited to 'tests/fetch.testscript')
-rw-r--r-- | tests/fetch.testscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/fetch.testscript b/tests/fetch.testscript index 0aa7f1d..b10d3c4 100644 --- a/tests/fetch.testscript +++ b/tests/fetch.testscript @@ -4,10 +4,10 @@ .include common.testscript project.testscript -cxx = cc config.cxx="\\'$recall($cxx.path)\\'" +config_cxx = cc config.cxx=$quote($recall($cxx.path) $cxx.mode, true) new += 2>! -init += $cxx -d prj 2>! +init += $config_cxx -d prj 2>! status += --all -d prj deinit += -d prj |