]> git.saurik.com Git - apt.git/blobdiff - test/integration/test-apt-update-not-modified
debian/gbp.conf: point debian-branch to master
[apt.git] / test / integration / test-apt-update-not-modified
index 8c580245a41d9a28aaba9c411443fb9f799a8571..f6dea81e2d641597bc88307f361c7ef67693b003 100755 (executable)
@@ -7,7 +7,7 @@ TESTDIR=$(readlink -f $(dirname $0))
 setupenvironment
 configarchitecture 'amd64' 'i386'
 
-insertpackage 'unstable' 'apt' 'all' '1.0'
+insertpackage 'unstable' 'apt' 'amd64,i386' '1.0'
 
 setupaptarchive --no-update
 
@@ -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}"