diff options
author | Alexander Korotkov | 2023-01-05 10:11:40 +0000 |
---|---|---|
committer | Alexander Korotkov | 2023-01-05 10:11:40 +0000 |
commit | 529da086ba7ff8475e469290210ce944ad30975a (patch) | |
tree | 564d64e807292445c688e2a5db5ad85d03bd8a72 | |
parent | afdd9f7f0e001f109472df513eb416cc967bc199 (diff) |
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
-rw-r--r-- | src/test/modules/test_pg_db_role_setting/Makefile | 3 | ||||
-rw-r--r-- | src/test/modules/test_pg_db_role_setting/meson.build | 1 |
2 files changed, 0 insertions, 4 deletions
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, }, } |