From 8413582b6edc859285d68c9f7ad83236788567c0 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sat, 1 Mar 2014 16:12:44 -0400 Subject: 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. --- test/T530-upgrade.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/T530-upgrade.sh') 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 \ -- cgit v1.2.3