]> git.saurik.com Git - apt.git/blobdiff - test/integration/test-apt-update-not-modified
tests: don't use hardcoded port for http and https
[apt.git] / test / integration / test-apt-update-not-modified
index 8c580245a41d9a28aaba9c411443fb9f799a8571..8cfc766d38bd0ca15f3e43bb323c081cea44fb32 100755 (executable)
@@ -155,7 +155,7 @@ Reading package lists..." aptget update
 }
 
 changetowebserver
-methodtest 'http://localhost:8080'
+methodtest "http://localhost:${APTHTTPPORT}"
 
 changetohttpswebserver
-methodtest 'https://localhost:4433'
+methodtest "https://localhost:${APTHTTPSPORT}"