aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/T530-upgrade.sh
diff options
context:
space:
mode:
authorGravatar David Bremner <david@tethera.net>2014-03-01 16:12:44 -0400
committerGravatar David Bremner <david@tethera.net>2014-03-11 19:51:22 -0300
commit8413582b6edc859285d68c9f7ad83236788567c0 (patch)
treebdaf24bb76118273af3817cd132261cea24fa51d /test/T530-upgrade.sh
parentb6606421019daebbe62645c2dbc2fcdd0f32c1e2 (diff)
test: add machinery to download and verify databases
Note that it is intentional that the checksum file is not downloaded. The intent is to check those into git.
Diffstat (limited to 'test/T530-upgrade.sh')
-rwxr-xr-xtest/T530-upgrade.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/T530-upgrade.sh b/test/T530-upgrade.sh
index 2139618c..67bbf319 100755
--- a/test/T530-upgrade.sh
+++ b/test/T530-upgrade.sh
@@ -7,7 +7,7 @@ dbtarball=database-v1.tar.xz
# XXX: Accomplish the same with test lib helpers
if [ ! -e ${TEST_DIRECTORY}/test-databases/${dbtarball} ]; then
- test_subtest_missing_external_prereq_["${dbtarball}"]=t
+ test_subtest_missing_external_prereq_["${dbtarball} - fetch with 'make download-test-databases'"]=t
fi
test_expect_success \