]> git.saurik.com Git - apt.git/blobdiff - test/integration/test-apt-helper
drop empty line from fetch error
[apt.git] / test / integration / test-apt-helper
index b2347ddcf152ee5bd013fe91d59c9f3482d69e34..bc7f6e68067b1fbca0c1adadc8f484c27f441b27 100755 (executable)
@@ -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'