]> git.saurik.com Git - apt.git/blobdiff - test/integration/test-compressed-indexes
check hashes of compressed files as well
[apt.git] / test / integration / test-compressed-indexes
index c6f5ab49ef4c52766ed8c740a6afc49dcf4bb541..6671dd75aa7e1ec2d3635046d38135a41031ed13 100755 (executable)
@@ -5,6 +5,7 @@ TESTDIR=$(readlink -f $(dirname $0))
 . $TESTDIR/framework
 
 setupenvironment
+configcompression '.' 'gz' # only gz is supported for this, so ensure it is used
 configarchitecture "i386"
 
 buildsimplenativepackage "testpkg" "i386" "1.0"
@@ -66,6 +67,8 @@ testrun() {
        msgtest "\tdsc file is present"; testsuccess --nomsg test -f testpkg_1.0.dsc
        msgtest "\tdirectory is present"; testsuccess --nomsg test -d testpkg-1.0
        rm -rf testpkg-1.0
+       testequal "$(aptcache show testpkg -o Acquire::Languages=none)
+" aptcache dumpavail
 }
 
 echo 'Acquire::GzipIndexes "false";' > rootdir/etc/apt/apt.conf.d/02compressindex