]> git.saurik.com Git - apt.git/blobdiff - test/integration/test-apt-update-expected-size
tests: don't use hardcoded port for http and https
[apt.git] / test / integration / test-apt-update-expected-size
index 24ca8513325f2149425757d2ac079a9fe4e7b795..21568e9c28ef323218ad2d03007b8b44c57953e7 100755 (executable)
@@ -71,7 +71,7 @@ methodtest() {
 }
 
 changetowebserver
-methodtest 'http://localhost:8080'
+methodtest "http://localhost:${APTHTTPPORT}"
 
 changetohttpswebserver
-methodtest 'https://localhost:4433'
+methodtest "https://localhost:${APTHTTPSPORT}"