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
This commit is contained in:
Alexander Korotkov 2023-01-05 13:11:40 +03:00
parent afdd9f7f0e
commit 529da086ba
2 changed files with 0 additions and 4 deletions

View 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

View File

@ -32,7 +32,6 @@ tests += {
'sql': [
'test_pg_db_role_setting',
],
'regress_args': ['--no-locale', '--encoding=UTF8'],
'runningcheck': false,
},
}