summaryrefslogtreecommitdiffstats
path: root/postgresql-tests/tasks/upgrade-utf8-syntax/runtest.sh
blob: cc8f8c49493f4c9650707780b2d1fb256139b696 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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_postgresql_data_mirror)" locale-utf-typo.tar.gz
rlAssert0 "test wrapper should finish successfully" $?

dtf_postgresql_test_finish