diff options
Diffstat (limited to 'postgresql-tests/tasks/upgrade-utf8-syntax/config.sh')
-rw-r--r-- | postgresql-tests/tasks/upgrade-utf8-syntax/config.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/postgresql-tests/tasks/upgrade-utf8-syntax/config.sh b/postgresql-tests/tasks/upgrade-utf8-syntax/config.sh new file mode 100644 index 0000000..bed95ad --- /dev/null +++ b/postgresql-tests/tasks/upgrade-utf8-syntax/config.sh @@ -0,0 +1,3 @@ +export DTF_TEST_ID="basic-locale-utf8-syntax" +export DTF_TEST_DESCRIPTION="Check postgresql-setup --upgrade works even when \ +the system locale changed from xx_XX.utf8 to xx_XX.UTF-8" |