summaryrefslogtreecommitdiff
path: root/test/integration/test-apt-helper
diff options
context:
space:
mode:
authorDavid Kalnischkies <david@kalnischkies.de>2016-06-18 15:15:27 +0200
committerDavid Kalnischkies <david@kalnischkies.de>2016-06-22 14:05:01 +0200
commitd30036922c6963846db4ab633b13fb87c1b5b462 (patch)
treeea50d539fd9aa974e3a53b83022b177ddb5cbcad /test/integration/test-apt-helper
parent562f0774f8f04d978c7cea69a29c131a0e0ec75f (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-xtest/integration/test-apt-helper10
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'