diff options
Diffstat (limited to 'tasks/upgrade-utf8-syntax/runtest.sh')
-rw-r--r-- | tasks/upgrade-utf8-syntax/runtest.sh | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tasks/upgrade-utf8-syntax/runtest.sh b/tasks/upgrade-utf8-syntax/runtest.sh new file mode 100644 index 0000000..9e7d9cf --- /dev/null +++ b/tasks/upgrade-utf8-syntax/runtest.sh @@ -0,0 +1,15 @@ +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 |