]> git.saurik.com Git - apt.git/blobdiff - test/integration/test-apt-ftparchive-by-hash
pass versioned provides to external solvers in EDSP
[apt.git] / test / integration / test-apt-ftparchive-by-hash
index f00e2a24c23fd0b0d606e9b45d38ccb64b810c30..c7aeea0f97f4216000de0678f5a36de17d6808f1 100755 (executable)
@@ -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