Skip to content

Commit 9f62536

Browse files
committed
test_extensions: sync meson.build with Makefile.
Makefile does not specify ENCODING, meson.build should not, either. Oversight in commit 877bf52. Discussion: https://postgr.es/m/ZKYpvvNQdbQuRDGx@paquier.xyz Reported-by: Michael Paquier
1 parent 151c22d commit 9f62536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/modules/test_extensions/meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ tests += {
4747
'test_extensions',
4848
'test_extdepend',
4949
],
50-
'regress_args': ['--no-locale', '--encoding=UTF8'],
50+
'regress_args': ['--no-locale'],
5151
},
5252
}

0 commit comments

Comments
 (0)