X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/0f3150e7040f45565b459a1390606bc2f714f6a8..e7e10e47476606e3b2274cf66b1e8ea74b236757:/test/integration/test-bug-lp1445239-download-loop diff --git a/test/integration/test-bug-lp1445239-download-loop b/test/integration/test-bug-lp1445239-download-loop index 342e3c61e..6629e823d 100755 --- a/test/integration/test-bug-lp1445239-download-loop +++ b/test/integration/test-bug-lp1445239-download-loop @@ -19,9 +19,9 @@ dd if=/dev/zero of=$TESTFILE bs=100k count=1 2>/dev/null DOWNLOADLOG='rootdir/tmp/testdownloadfile.log' -TARGET=testfile-downloaded +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