]> git.saurik.com Git - apt.git/commitdiff
test: use downloadfile instead of apthelper download-file
authorJulian Andres Klode <jak@debian.org>
Tue, 17 Jan 2017 15:31:30 +0000 (16:31 +0100)
committerJulian Andres Klode <jak@debian.org>
Tue, 17 Jan 2017 16:36:38 +0000 (17:36 +0100)
This prevents CI failures from happening in 1.3 and 1.2 and
might actually be more complete.

Gbp-Dch: ignore
(cherry picked from commit 803dabde5a4345ce83b3d2ffbd475786db9769d9)
(cherry picked from commit f55bd828265ff1577533393681dcb82536d402cf)

test/integration/test-ubuntu-bug-1651923-requote-https-uri

index bedd972b4d5650859ffa52b01b054957a9c22e1d..cf56a6af468add3f04986f8bb99f11dc2b17fd64 100755 (executable)
@@ -13,7 +13,7 @@ changetohttpswebserver
 webserverconfig 'aptwebserver::redirect::replace::/targetwithoutspace/' '/target%20with%20space/'
 webserverconfig 'aptwebserver::redirect::replace::/targetwithoutspace2/' '/target with space/'
 
-testsuccess apthelper download-file -o debug::acquire::http=1 "http://localhost:${APTHTTPPORT}/targetwithoutspace/working" httpfile1
-testsuccess apthelper download-file -o debug::acquire::http=1 "http://localhost:${APTHTTPPORT}/targetwithoutspace2/working" httpfile2
-testsuccess apthelper download-file -o debug::acquire::https=1 "https://localhost:${APTHTTPSPORT}/targetwithoutspace/working" httpsfile1
-testsuccess apthelper download-file -o debug::acquire::https=1 "https://localhost:${APTHTTPSPORT}/targetwithoutspace2/working" httpsfile2
+testsuccess downloadfile "http://localhost:${APTHTTPPORT}/targetwithoutspace/working" httpfile1
+testsuccess downloadfile "http://localhost:${APTHTTPPORT}/targetwithoutspace2/working" httpfile2
+testsuccess downloadfile "https://localhost:${APTHTTPSPORT}/targetwithoutspace/working" httpsfile1
+testsuccess downloadfile "https://localhost:${APTHTTPSPORT}/targetwithoutspace2/working" httpsfile2