summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Davis2023-07-07 18:39:19 +0000
committerJeff Davis2023-07-07 18:39:19 +0000
commit9f6253613e8857942b1928bd7163bc1529fc9c69 (patch)
tree5520cad73f3c7c12d47b7ca790505569fd5450f6
parent151c22deee66a3390ca9a1c3675e29de54ae73fc (diff)
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
-rw-r--r--src/test/modules/test_extensions/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/modules/test_extensions/meson.build b/src/test/modules/test_extensions/meson.build
index 698775b28d8..cbb8401579f 100644
--- a/src/test/modules/test_extensions/meson.build
+++ b/src/test/modules/test_extensions/meson.build
@@ -47,6 +47,6 @@ tests += {
'test_extensions',
'test_extdepend',
],
- 'regress_args': ['--no-locale', '--encoding=UTF8'],
+ 'regress_args': ['--no-locale'],
},
}