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-by-hash-update | |
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-by-hash-update')
-rwxr-xr-x | test/integration/test-apt-by-hash-update | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/test-apt-by-hash-update b/test/integration/test-apt-by-hash-update index cef46a1b8..293836861 100755 --- a/test/integration/test-apt-by-hash-update +++ b/test/integration/test-apt-by-hash-update @@ -6,6 +6,7 @@ TESTDIR=$(readlink -f $(dirname $0)) setupenvironment configarchitecture "i386" +confighashes 'SHA512' insertpackage 'unstable' 'foo' 'all' '1.0' |