X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/e8e52cd039b4c71913e157d7855500ba98e7cade..2c53226b72e7e58cdd9b42af46cb3d05da89809e:/test/integration/test-apt-ftparchive-by-hash diff --git a/test/integration/test-apt-ftparchive-by-hash b/test/integration/test-apt-ftparchive-by-hash index f00e2a24c..c7aeea0f9 100755 --- a/test/integration/test-apt-ftparchive-by-hash +++ b/test/integration/test-apt-ftparchive-by-hash @@ -13,11 +13,12 @@ verify_by_hash() { # # main() # -TESTDIR=$(readlink -f $(dirname $0)) -. $TESTDIR/framework +TESTDIR="$(readlink -f "$(dirname "$0")")" +. "$TESTDIR/framework" setupenvironment configarchitecture 'i386' configcompression 'gz' '.' +confighashes 'SHA1' 'SHA256' 'SHA512' # enable by-hash in apt-ftparchive echo 'APT::FTPArchive::DoByHash "1";' >> aptconfig.conf