]> git.saurik.com Git - apt.git/blobdiff - test/integration/test-bug-778375-server-has-no-reason-phrase
test-apt-download-progress: Allow smaller progress change
[apt.git] / test / integration / test-bug-778375-server-has-no-reason-phrase
index 23481ef881a3df62624460395536e1d2fb965998..a44920cbeed90cc5c7e9a3431a37b6dfc6a3ce56 100755 (executable)
@@ -36,5 +36,5 @@ runtest() {
        testdownload 'non-existent file via redirect fails' 'testfailure' "$1/redirectme/failing"
 }
 
-runtest 'http://localhost:8080'
-runtest 'https://localhost:4433'
+runtest "http://localhost:${APTHTTPPORT}"
+runtest "https://localhost:${APTHTTPSPORT}"