]> git.saurik.com Git - apt.git/blobdiff - test/integration/test-partial-file-support
tests: don't use hardcoded port for http and https
[apt.git] / test / integration / test-partial-file-support
index c07af7bd0f39484371cb14f513abdbd18b53a534..5b05b277e42dabce83070dbdcfff1c00a4687866 100755 (executable)
@@ -141,8 +141,8 @@ serverconfigs() {
        testrun "$1"
 }
 
-serverconfigs 'http://localhost:8080'
+serverconfigs "http://localhost:${APTHTTPPORT}"
 
 changetohttpswebserver
 
-serverconfigs 'https://localhost:4433'
+serverconfigs "https://localhost:${APTHTTPSPORT}"