diff options
author | David Kalnischkies <david@kalnischkies.de> | 2016-03-25 09:31:42 +0100 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2016-03-25 09:31:42 +0100 |
commit | a2025a9a307bf4796e90623b002a7fa80ae814ef (patch) | |
tree | 2db7d65f18495a092315e3e50b7c47e2d641b3ed /test/integration | |
parent | 21895193b664a403179fcd8eee379b9b371084b5 (diff) |
drop confusing comma from no strong hash message
Diffstat (limited to 'test/integration')
-rwxr-xr-x | test/integration/test-apt-update-weak-hashes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/test-apt-update-weak-hashes b/test/integration/test-apt-update-weak-hashes index f6b68fff0..18674ecd2 100755 --- a/test/integration/test-apt-update-weak-hashes +++ b/test/integration/test-apt-update-weak-hashes @@ -17,7 +17,7 @@ APTARCHIVE="$(readlink -f ./aptarchive)" msgmsg 'Release contains only weak hashes' FILENAME="${APTARCHIVE}/dists/unstable/InRelease" MANGLED="$(readlink -f ./rootdir)/var/lib/apt/lists/partial/$(echo "$FILENAME" | sed 's#/#_#g')" -testfailuremsg "E: Failed to fetch file:${FILENAME} No Hash entry in Release file ${MANGLED}, which is considered strong enough for security purposes +testfailuremsg "E: Failed to fetch file:${FILENAME} No Hash entry in Release file ${MANGLED} which is considered strong enough for security purposes E: Some index files failed to download. They have been ignored, or old ones used instead." apt update testnopackage foo testnosrcpackage foo |