]> git.saurik.com Git - apt.git/blobdiff - test/integration/test-bug-lp1445239-download-loop
Run ./prepare-release pre-export
[apt.git] / test / integration / test-bug-lp1445239-download-loop
index 4e4de67bd34497d8fc4c347b685e7ca4a24181ee..6629e823d3b2d0baa1451384180e1b7a9c62ac40 100755 (executable)
@@ -21,7 +21,7 @@ DOWNLOADLOG='rootdir/tmp/testdownloadfile.log'
 
 TARGET=./downloaded/testfile-downloaded
 dd if=/dev/zero of=$TARGET bs=99k count=1 2>/dev/null
-if ! downloadfile http://localhost:8080/testfile "$TARGET" > "$DOWNLOADLOG"; then
+if ! downloadfile http://localhost:${APTHTTPPORT}/testfile "$TARGET" > "$DOWNLOADLOG"; then
     cat >&2 "$DOWNLOADLOG"
     msgfail
 else