diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2023-04-18 13:53:05 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2023-04-18 17:15:43 +0300 |
commit | 2b4c6a27deab202769d5d274a4c55bafd7b9dcc3 (patch) | |
tree | 0e20a01f8e8a1c1f7ae9fdeb7e92779300796ff3 /tests | |
parent | ac041c5c84485ea8d65deb41861ebd197f8e67e5 (diff) |
Fix more 'dropping no longer used variable' warning in tests
Diffstat (limited to 'tests')
-rw-r--r-- | tests/common/linked/t7b/libbox-1.1.0.tar.gz | bin | 429 -> 442 bytes | |||
-rw-r--r-- | tests/pkg-build.testscript | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/common/linked/t7b/libbox-1.1.0.tar.gz b/tests/common/linked/t7b/libbox-1.1.0.tar.gz Binary files differindex e8baa20..c3bd36f 100644 --- a/tests/common/linked/t7b/libbox-1.1.0.tar.gz +++ b/tests/common/linked/t7b/libbox-1.1.0.tar.gz diff --git a/tests/pkg-build.testscript b/tests/pkg-build.testscript index ca28630..d8ab81c 100644 --- a/tests/pkg-build.testscript +++ b/tests/pkg-build.testscript @@ -445,7 +445,7 @@ config_cxx = [cmdline] config.cxx=$quote($recall($cxx.path) $cxx.config.mode, tr cfg_create += 2>! cfg_link += 2>! -pkg_configure += -d cfg $config_cxx 2>! +pkg_configure += -d cfg 2>! pkg_disfigure += -d cfg pkg_drop += -d cfg --yes 2>! pkg_fetch += -d cfg 2>! |