X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/514a25cbcd2babb2a9c4485fc7b9a4256b7f6ff3..30060442025824c491f58887ca7369f3c572fa57:/test/integration/test-apt-get-download diff --git a/test/integration/test-apt-get-download b/test/integration/test-apt-get-download index 3ad3b395d..fc0e6cfa3 100755 --- a/test/integration/test-apt-get-download +++ b/test/integration/test-apt-get-download @@ -1,8 +1,8 @@ #!/bin/sh set -e -TESTDIR=$(readlink -f $(dirname $0)) -. $TESTDIR/framework +TESTDIR="$(readlink -f "$(dirname "$0")")" +. "$TESTDIR/framework" setupenvironment configarchitecture "i386" @@ -31,7 +31,7 @@ find aptarchive/dists -name '*Release*' -type f | while read file; do done if [ "$(id -u)" = '0' ]; then # Release file can't be accessed by _apt - testsuccesswithnotice aptget update -q=0 + testsuccesswithnotice aptget update fi #everything (too) permissive