]> git.saurik.com Git - apt.git/blobdiff - test/integration/framework
fix the remaining lzma calls with xz --format=lzma in the testcases
[apt.git] / test / integration / framework
index a738d27ccb4f610cb01710653ee2c00616cd63fd..0670d6a7818963e7298f723bb5fabbb4e7cacb52 100644 (file)
@@ -207,7 +207,9 @@ configdpkg() {
                                if [ "${ARCH}" != "${DPKGARCH}" ]; then dpkg --add-architecture ${ARCH}; fi
                        done
                        if [ "0" = "$(dpkg -l dpkg 2> /dev/null | grep '^i' | wc -l)" ]; then
-                               insertinstalledpackage 'dpkg' "all" '1.16.2~wipmultiarch~fake'
+                               # dpkg doesn't really check the version as long as it is fully installed,
+                               # but just to be sure we choose one above the required version
+                               insertinstalledpackage 'dpkg' "all" '1.16.2+fake'
                        fi
                fi
        fi
@@ -556,7 +558,7 @@ buildaptarchivefromfiles() {
                msgninfo "\t${line} fileā€¦ "
                cat ${line} | gzip > ${line}.gz
                cat ${line} | bzip2 > ${line}.bz2
-               cat ${line} | lzma > ${line}.lzma
+               cat ${line} | xz --format=lzma > ${line}.lzma
                cat ${line} | xz > ${line}.xz
                msgdone "info"
        done