From: Alexander Korotkov Date: Thu, 5 Jan 2023 10:11:40 +0000 (+0300) Subject: Remove extra regress check arguments from test_pg_db_role_setting X-Git-Tag: REL_16_BETA1~998 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=529da086ba;p=thirdparty%2Fpostgresql.git Remove extra regress check arguments from test_pg_db_role_setting They were accidentally copied from test_oat_hooks. Reported-by: Justin Pryzby Discussion: https://postgr.es/m/20230102154240.GL1153%40telsasoft.com Reviewed-by: Pavel Borisov --- diff --git a/src/test/modules/test_pg_db_role_setting/Makefile b/src/test/modules/test_pg_db_role_setting/Makefile index aacd78f74c5..50ac02db449 100644 --- a/src/test/modules/test_pg_db_role_setting/Makefile +++ b/src/test/modules/test_pg_db_role_setting/Makefile @@ -13,9 +13,6 @@ REGRESS = test_pg_db_role_setting # disable installcheck for now NO_INSTALLCHECK = 1 -# and also for now force NO_LOCALE and UTF8 -ENCODING = UTF8 -NO_LOCALE = 1 ifdef USE_PGXS PG_CONFIG = pg_config diff --git a/src/test/modules/test_pg_db_role_setting/meson.build b/src/test/modules/test_pg_db_role_setting/meson.build index 9ad525aeb86..fa0e691d796 100644 --- a/src/test/modules/test_pg_db_role_setting/meson.build +++ b/src/test/modules/test_pg_db_role_setting/meson.build @@ -32,7 +32,6 @@ tests += { 'sql': [ 'test_pg_db_role_setting', ], - 'regress_args': ['--no-locale', '--encoding=UTF8'], 'runningcheck': false, }, }