diff options
Diffstat (limited to 'test/integration/test-apt-helper')
-rwxr-xr-x | test/integration/test-apt-helper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/test-apt-helper b/test/integration/test-apt-helper index 81c52465d..5e4a96fbd 100755 --- a/test/integration/test-apt-helper +++ b/test/integration/test-apt-helper @@ -41,7 +41,7 @@ test_apt_helper_download() { - SHA256:b5bb9d8014a0f9b1d61e21e796d78dccdf1352f23cd32812f4850b878ae4944c - SHA1:f1d2d2f924e986ac86fdf7b36c94bcdf32beec15 [weak] - MD5Sum:d3b07384d113edec49eaa6238ad5ff00 [weak] - - Checksum-FileSize:4 [weak] + - 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 [weak] + - Filesize:4 [weak] Last modification reported: $(lastmodification 'aptarchive/foo') E: Download Failed" testfileequal './downloaded/foo6.FAILED' 'foo' |