test_extensions: sync meson.build with Makefile.
authorJeff Davis <[email protected]>
Fri, 7 Jul 2023 18:39:19 +0000 (11:39 -0700)
committerJeff Davis <[email protected]>
Fri, 7 Jul 2023 18:39:19 +0000 (11:39 -0700)
Makefile does not specify ENCODING, meson.build should not,
either. Oversight in commit 877bf52cff.

Discussion: https://postgr.es/m/[email protected]
Reported-by: Michael Paquier
src/test/modules/test_extensions/meson.build

index 698775b28d84359c50e00e514a6aa27797efa044..cbb8401579f2f065c55857c73dc45959d5e5958a 100644 (file)
@@ -47,6 +47,6 @@ tests += {
       'test_extensions',
       'test_extdepend',
     ],
-    'regress_args': ['--no-locale', '--encoding=UTF8'],
+    'regress_args': ['--no-locale'],
   },
 }