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 <[email protected]>
Discussion: https://postgr.es/m/
20230226225239[email protected]
'env': {'GZIP_PROGRAM': gzip.path(),
'TAR': tar.path(),
'LZ4': program_lz4.found() ? program_lz4.path() : '',
- 'ZSTD': program_zstd.found() ? program_zstd.path() : ''},
+ },
'tests': [
't/010_pg_basebackup.pl',
't/020_pg_receivewal.pl',
'env': {
'GZIP_PROGRAM': gzip.path(),
'LZ4': program_lz4.found() ? program_lz4.path() : '',
+ 'with_icu': icu.found() ? 'yes' : 'no',
},
'tests': [
't/001_basic.pl',