meson: tests: Adjust with_icu/ZSTD env vars for pg_dump, pg_basebackup

Andres Freund <andres@anarazel.de>

Commit: 8bf826528ae9ff7a543a49c0dce665fa9ec542cb
Author: Andres Freund <andres@anarazel.de>
Date: 2023-03-09T01:04:15Z
Releases: 16.0
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

Files

PathChange+/−
src/bin/pg_basebackup/meson.build modified +1 −1
src/bin/pg_dump/meson.build modified +1 −0

Discussion