summaryrefslogtreecommitdiff
path: root/test/integration/test-apt-ftparchive-by-hash
diff options
context:
space:
mode:
authorDavid Kalnischkies <david@kalnischkies.de>2015-09-13 17:25:23 +0200
committerDavid Kalnischkies <david@kalnischkies.de>2015-09-14 15:22:19 +0200
commitc5ede4cac6e6496ce19ccea3313ac6b49ba5e8d6 (patch)
treef9175998cf276df229750904d637b8e58841a7cf /test/integration/test-apt-ftparchive-by-hash
parent9e4464914bcc5c896d81f7ca1948f9bfbfb50886 (diff)
tests: use SHA1 checksum only by default in tests
This is mostly a small speedup for the testcases, but it is also handy to document which tests actually deal with a specific hash compared to those which 'just' need some hash which can be important while adding new hashes. Git-Dch: Ignore
Diffstat (limited to 'test/integration/test-apt-ftparchive-by-hash')
-rwxr-xr-xtest/integration/test-apt-ftparchive-by-hash1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/test-apt-ftparchive-by-hash b/test/integration/test-apt-ftparchive-by-hash
index f00e2a24c..ca881ed81 100755
--- a/test/integration/test-apt-ftparchive-by-hash
+++ b/test/integration/test-apt-ftparchive-by-hash
@@ -18,6 +18,7 @@ TESTDIR=$(readlink -f $(dirname $0))
setupenvironment
configarchitecture 'i386'
configcompression 'gz' '.'
+confighashes 'SHA1' 'SHA256' 'SHA512'
# enable by-hash in apt-ftparchive
echo 'APT::FTPArchive::DoByHash "1";' >> aptconfig.conf