diff options
| author | Julian Andres Klode <jak@debian.org> | 2022-07-24 13:05:48 +0000 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2022-07-24 13:05:48 +0000 |
| commit | b141ce0d355e667885536790ea5caa2d4d86d333 (patch) | |
| tree | 30180c4bf9fdb4c1578e7a61699f2d152da71c09 /test/integration/test-multiarch-allowed | |
| parent | e064f27f9af86bc2ad4456ddbfc28deacb043474 (diff) | |
| parent | 07fe16bcc62fc84571ff90e8ec6d033226ce431a (diff) | |
Merge branch 'pu/upgrade-broken-depends' into 'main'
Mark broken reverse depends for upgrade
See merge request apt-team/apt!248
Diffstat (limited to 'test/integration/test-multiarch-allowed')
| -rwxr-xr-x | test/integration/test-multiarch-allowed | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/integration/test-multiarch-allowed b/test/integration/test-multiarch-allowed index 69d0bfa10..db7f37169 100755 --- a/test/integration/test-multiarch-allowed +++ b/test/integration/test-multiarch-allowed @@ -64,8 +64,7 @@ Conf foo:i386 (1 unstable [i386]) Conf needsfoo:i386 (1 unstable [i386])' aptget install needsfoo:i386 -s testfailureequal "$BADPREFIX The following packages have unmet dependencies: - foo : Conflicts: foo:i386 but 1 is to be installed - foo:i386 : Conflicts: foo but 1 is to be installed + needsfoo:i386 : Depends: foo:i386 but it is not installable E: Unable to correct problems, you have held broken packages." aptget install needsfoo:i386 foo:amd64 -s testfailureequal "$BADPREFIX The following packages have unmet dependencies: |
