Remove extra regress check arguments from test_pg_db_role_setting
authorAlexander Korotkov <[email protected]>
Thu, 5 Jan 2023 10:11:40 +0000 (13:11 +0300)
committerAlexander Korotkov <[email protected]>
Thu, 5 Jan 2023 10:11:40 +0000 (13:11 +0300)
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
src/test/modules/test_pg_db_role_setting/Makefile
src/test/modules/test_pg_db_role_setting/meson.build

index aacd78f74c53d639bcc3b9e8e6ed00bdac035188..50ac02db449adddad0f4ff9b1cd150fc5f63bfff 100644 (file)
@@ -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
index 9ad525aeb8621c1560d744147d7b7cde13e8a582..fa0e691d796553087326f3759b04d07d87514712 100644 (file)
@@ -32,7 +32,6 @@ tests += {
     'sql': [
       'test_pg_db_role_setting',
     ],
-    'regress_args': ['--no-locale', '--encoding=UTF8'],
     'runningcheck': false,
   },
 }