]> git.saurik.com Git - apt.git/blobdiff - test/integration/test-bug-590438-broken-provides-thanks-to-remove-order
Remove the "pseudopackage" handling of Architecture: all packages for
[apt.git] / test / integration / test-bug-590438-broken-provides-thanks-to-remove-order
index 0f64939484f1497bec69b28a5886be8d7b863b42..72de6eacba634ad2aee8bcb7a836ca69ecd1687d 100755 (executable)
@@ -62,13 +62,13 @@ predependsgawk2() {
        echo "$pkgbasefile
 Pre-Depends: $1
 " >> rootdir/var/lib/dpkg/status
-       testequalor2 "Inst coolstuff (1-1 localhost [all])
-Conf coolstuff (1-1 localhost [all])
+       testequalor2 "Inst coolstuff (1-1 localhost [i386])
+Conf coolstuff (1-1 localhost [i386])
 Inst gawk2 (1:3.1.7.dfsg-5 localhost [i386])
 Conf gawk2 (1:3.1.7.dfsg-5 localhost [i386])
-Remv mawk [1.3.3-15]" "Inst coolstuff (1-1 localhost [all])
+Remv mawk [1.3.3-15]" "Inst coolstuff (1-1 localhost [i386])
 Inst gawk2 (1:3.1.7.dfsg-5 localhost [i386])
-Conf coolstuff (1-1 localhost [all])
+Conf coolstuff (1-1 localhost [i386])
 Conf gawk2 (1:3.1.7.dfsg-5 localhost [i386])
 Remv mawk [1.3.3-15]" aptget install gawk2 mawk- -sqq -o PreDepends=$(echo "$1" | sed 's/ //g')
 }