diff options
Diffstat (limited to 'tasks/upgrade-utf8-syntax')
-rw-r--r-- | tasks/upgrade-utf8-syntax/config.sh | 3 | ||||
-rw-r--r-- | tasks/upgrade-utf8-syntax/runtest.sh | 15 |
2 files changed, 0 insertions, 18 deletions
diff --git a/tasks/upgrade-utf8-syntax/config.sh b/tasks/upgrade-utf8-syntax/config.sh deleted file mode 100644 index bed95ad..0000000 --- a/tasks/upgrade-utf8-syntax/config.sh +++ /dev/null @@ -1,3 +0,0 @@ -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" diff --git a/tasks/upgrade-utf8-syntax/runtest.sh b/tasks/upgrade-utf8-syntax/runtest.sh deleted file mode 100644 index 9e7d9cf..0000000 --- a/tasks/upgrade-utf8-syntax/runtest.sh +++ /dev/null @@ -1,15 +0,0 @@ -dtf_postgresql_test_init - -dtf_postgresql_cb_upgrade_select() -{ - if rlIsFedora 20 21 22; then - cat - else - cat >/dev/null - fi -} - -dtf_postgresql_upgrade_tour "$dtf_dataurl" locale-utf-typo.tar.gz -rlAssert0 "test wrapper should finish successfully" $? - -dtf_postgresql_test_finish |