1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-05 02:22:28 +03:00

test_extensions: sync meson.build with Makefile.

Makefile does not specify ENCODING, meson.build should not,
either. Oversight in commit 877bf52cff.

Discussion: https://postgr.es/m/ZKYpvvNQdbQuRDGx@paquier.xyz
Reported-by: Michael Paquier
This commit is contained in:
Jeff Davis
2023-07-07 11:39:19 -07:00
parent 151c22deee
commit 9f6253613e

View File

@@ -47,6 +47,6 @@ tests += {
'test_extensions', 'test_extensions',
'test_extdepend', 'test_extdepend',
], ],
'regress_args': ['--no-locale', '--encoding=UTF8'], 'regress_args': ['--no-locale'],
}, },
} }