X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/f4a91278c65b156c1addf27b0b05b029692959e8..0264502c2ed8da69358959d6dc7beb67f422b5cf:/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..a12d5252d 100755 --- a/test/integration/test-bug-lp1445239-download-loop +++ b/test/integration/test-bug-lp1445239-download-loop @@ -6,8 +6,8 @@ set -e -TESTDIR=$(readlink -f $(dirname $0)) -. $TESTDIR/framework +TESTDIR="$(readlink -f "$(dirname "$0")")" +. "$TESTDIR/framework" setupenvironment configarchitecture 'amd64' @@ -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