summaryrefslogtreecommitdiffstats
path: root/postgresql-tests/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'postgresql-tests/tasks')
-rw-r--r--postgresql-tests/tasks/upgrade-basic/runtest.sh2
-rw-r--r--postgresql-tests/tasks/upgrade-utf8-syntax/runtest.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/postgresql-tests/tasks/upgrade-basic/runtest.sh b/postgresql-tests/tasks/upgrade-basic/runtest.sh
index 5dd85bb..37af60e 100644
--- a/postgresql-tests/tasks/upgrade-basic/runtest.sh
+++ b/postgresql-tests/tasks/upgrade-basic/runtest.sh
@@ -1,6 +1,6 @@
dtf_postgresql_test_init
-dtf_postgresql_upgrade_tour "$dtf_dataurl" basic.tar.gz
+dtf_postgresql_upgrade_tour "$(dtf_postgresql_data_mirror)" basic.tar.gz
rlAssert0 "test wrapper should finish successfully" $?
dtf_postgresql_test_finish
diff --git a/postgresql-tests/tasks/upgrade-utf8-syntax/runtest.sh b/postgresql-tests/tasks/upgrade-utf8-syntax/runtest.sh
index 9e7d9cf..cc8f8c4 100644
--- a/postgresql-tests/tasks/upgrade-utf8-syntax/runtest.sh
+++ b/postgresql-tests/tasks/upgrade-utf8-syntax/runtest.sh
@@ -9,7 +9,7 @@ dtf_postgresql_cb_upgrade_select()
fi
}
-dtf_postgresql_upgrade_tour "$dtf_dataurl" locale-utf-typo.tar.gz
+dtf_postgresql_upgrade_tour "$(dtf_postgresql_data_mirror)" locale-utf-typo.tar.gz
rlAssert0 "test wrapper should finish successfully" $?
dtf_postgresql_test_finish