]> git.saurik.com Git - apt.git/blobdiff - test/integration/test-apt-update-expected-size
M-A: allowed pkgs of unconfigured archs do not statisfy :any
[apt.git] / test / integration / test-apt-update-expected-size
index 55bba81885f0b045c2fca0084114aaa04cb59b90..24ca8513325f2149425757d2ac079a9fe4e7b795 100755 (executable)
@@ -26,7 +26,9 @@ test_inreleasetoobig() {
 }
 
 test_packagestoobig() {
 }
 
 test_packagestoobig() {
-       redatereleasefiles '+1hour'
+       insertpackage 'unstable' 'foo' 'all' '1.0'
+       buildaptarchivefromfiles '+1 hour'
+       signreleasefiles
        # append junk at the end of the Packages.gz/Packages
        SIZE="$(stat --printf=%s aptarchive/dists/unstable/main/binary-i386/Packages)"
        find aptarchive/dists -name 'Packages*' | while read pkg; do
        # append junk at the end of the Packages.gz/Packages
        SIZE="$(stat --printf=%s aptarchive/dists/unstable/main/binary-i386/Packages)"
        find aptarchive/dists -name 'Packages*' | while read pkg; do