meson: tests: Adjust with_icu/ZSTD env vars for pg_dump, pg_basebackup
authorAndres Freund <andres@anarazel.de>
Thu, 9 Mar 2023 00:53:57 +0000 (16:53 -0800)
committerAndres Freund <andres@anarazel.de>
Thu, 9 Mar 2023 01:04:15 +0000 (17:04 -0800)
commit8bf826528ae9ff7a543a49c0dce665fa9ec542cb
treee4ccb46d086e979d08f1d12b0811ba720e6f176d
parentf1c3963292e4efc7ea65be08a7a26f78bc91e257
meson: tests: Adjust with_icu/ZSTD env vars for pg_dump, pg_basebackup

396d348b0 omitted adding with_icu to the pg_dump tests under
meson. Conversely, e6927270c exported ZSTD for pg_basebackup's tests, despite
pg_basebackup's ZSTD support not having any tests.

Reported-by: Justin Pryzby <pryzby@telsasoft.com>
Discussion: https://postgr.es/m/20230226225239.GL1653@telsasoft.com
src/bin/pg_basebackup/meson.build
src/bin/pg_dump/meson.build