diff options
Diffstat (limited to 'test/integration/test-apt-helper')
-rwxr-xr-x | test/integration/test-apt-helper | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/integration/test-apt-helper b/test/integration/test-apt-helper index b2347ddcf..bc7f6e680 100755 --- a/test/integration/test-apt-helper +++ b/test/integration/test-apt-helper @@ -34,14 +34,12 @@ test_apt_helper_download() { msgtest 'apt-file download-file' 'wrong md5sum' 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 - E: Download Failed" testfileequal ./downloaded/foo5.FAILED 'foo' msgtest 'apt-file download-file' 'wrong sha256' testfailure --nomsg apthelper -qq download-file "${1}/foo" './downloaded/foo6' 'SHA256:aabbcc' testfileequal rootdir/tmp/testfailure.output "E: Failed to fetch ${1}/foo Hash Sum mismatch - E: Download Failed" testfileequal './downloaded/foo6.FAILED' 'foo' |