diff options
Diffstat (limited to 'tests/sync.testscript')
-rw-r--r-- | tests/sync.testscript | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/sync.testscript b/tests/sync.testscript index 666fa86..f875fa1 100644 --- a/tests/sync.testscript +++ b/tests/sync.testscript @@ -4,17 +4,17 @@ .include common.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 --recursive -d prj deinit += -d prj : single-pkg-cfg : { - $new -C @cfg prj $cxx &prj/*** &prj-cfg/***; + $new -C @cfg prj $config_cxx &prj/*** &prj-cfg/***; $new -t lib libprj &libprj/***; |