diff options
author | David Kalnischkies <david@kalnischkies.de> | 2016-06-18 15:15:27 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2016-06-22 14:05:01 +0200 |
commit | d30036922c6963846db4ab633b13fb87c1b5b462 (patch) | |
tree | ea50d539fd9aa974e3a53b83022b177ddb5cbcad /test/integration/test-apt-helper | |
parent | 562f0774f8f04d978c7cea69a29c131a0e0ec75f (diff) |
add [weak] tag to hash errors to indicate insufficiency
For "Hash Sum mismatch" that info doesn't make a whole lot of
difference, but for the new insufficient info message an indicator that
while this hashes are there and even match, they aren't enough from a
security standpoint.
Diffstat (limited to 'test/integration/test-apt-helper')
-rwxr-xr-x | test/integration/test-apt-helper | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/integration/test-apt-helper b/test/integration/test-apt-helper index 1c163b3ae..81c52465d 100755 --- a/test/integration/test-apt-helper +++ b/test/integration/test-apt-helper @@ -35,13 +35,13 @@ test_apt_helper_download() { testfailure --nomsg apthelper -qq download-file "${1}/foo" './downloaded/foo5' 'MD5Sum:aabbcc' testfileequal rootdir/tmp/testfailure.output "E: Failed to fetch ${1}/foo Hash Sum mismatch Hashes of expected file: - - MD5Sum:aabbcc + - MD5Sum:aabbcc [weak] Hashes of received file: - SHA512:0cf9180a764aba863a67b6d72f0918bc131c6772642cb2dce5a34f0a702f9470ddc2bf125c12198b1995c233c34b4afd346c54a2334c350a948a51b6e8b4e6b6 - SHA256:b5bb9d8014a0f9b1d61e21e796d78dccdf1352f23cd32812f4850b878ae4944c - - SHA1:f1d2d2f924e986ac86fdf7b36c94bcdf32beec15 - - MD5Sum:d3b07384d113edec49eaa6238ad5ff00 - - Checksum-FileSize:4 + - SHA1:f1d2d2f924e986ac86fdf7b36c94bcdf32beec15 [weak] + - MD5Sum:d3b07384d113edec49eaa6238ad5ff00 [weak] + - Checksum-FileSize:4 [weak] Last modification reported: $(lastmodification 'aptarchive/foo') E: Download Failed" testfileequal ./downloaded/foo5.FAILED 'foo' @@ -53,7 +53,7 @@ E: Download Failed" - SHA256:aabbcc Hashes of received file: - SHA256:b5bb9d8014a0f9b1d61e21e796d78dccdf1352f23cd32812f4850b878ae4944c - - Checksum-FileSize:4 + - Checksum-FileSize:4 [weak] Last modification reported: $(lastmodification 'aptarchive/foo') E: Download Failed" testfileequal './downloaded/foo6.FAILED' 'foo' |