diff options
author | David Kalnischkies <david@kalnischkies.de> | 2015-09-13 17:25:23 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2015-09-14 15:22:19 +0200 |
commit | c5ede4cac6e6496ce19ccea3313ac6b49ba5e8d6 (patch) | |
tree | f9175998cf276df229750904d637b8e58841a7cf /test/integration/test-apt-ftparchive-src-cachedb | |
parent | 9e4464914bcc5c896d81f7ca1948f9bfbfb50886 (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-src-cachedb')
-rwxr-xr-x | test/integration/test-apt-ftparchive-src-cachedb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/test-apt-ftparchive-src-cachedb b/test/integration/test-apt-ftparchive-src-cachedb index 66a3b7845..06f5bdd9d 100755 --- a/test/integration/test-apt-ftparchive-src-cachedb +++ b/test/integration/test-apt-ftparchive-src-cachedb @@ -93,6 +93,7 @@ TESTDIR=$(readlink -f $(dirname $0)) . $TESTDIR/framework setupenvironment configarchitecture "i386" +confighashes 'MD5' 'SHA1' 'SHA256' 'SHA512' msgtest 'Test apt-ftparchive source with missing hashes in .dsc' |