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-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=529da086ba7ff8475e469290210ce944ad30975a;p=users%2Fgsingh%2Fpostgres.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 aacd78f74c..50ac02db44 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 9ad525aeb8..fa0e691d79 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, }, }