]> git.saurik.com Git - apt.git/blobdiff - test/integration/test-apt-get-download
implement generic config fallback for methods
[apt.git] / test / integration / test-apt-get-download
index 3ad3b395de8709a22cd00366cde21656a6472237..fc0e6cfa3c17485bc82ae0ac916bbf919c00b61b 100755 (executable)
@@ -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