summaryrefslogtreecommitdiff
path: root/test/integration/test-ubuntu-bug-1651923-requote-https-uri
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/test-ubuntu-bug-1651923-requote-https-uri')
-rwxr-xr-xtest/integration/test-ubuntu-bug-1651923-requote-https-uri8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/integration/test-ubuntu-bug-1651923-requote-https-uri b/test/integration/test-ubuntu-bug-1651923-requote-https-uri
index bedd972b4..cf56a6af4 100755
--- a/test/integration/test-ubuntu-bug-1651923-requote-https-uri
+++ b/test/integration/test-ubuntu-bug-1651923-requote-https-uri
@@ -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