diff options
author | David Kalnischkies <david@kalnischkies.de> | 2020-04-26 13:11:31 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2020-04-27 13:45:59 +0200 |
commit | 0de399391372450d0162b5a09bfca554b2d27c3d (patch) | |
tree | b2f0f86e0196fa4eaf63f540c418bc4367113ec2 /test/integration | |
parent | 924704ba1dc13f73edb0db6c3c8c07ccf0ec26b6 (diff) |
Discard candidate if its dependencies can't be satisfied
We do pretty much the same in IsInstallOk, but here we have already set
the state, so we have to unroll the state as well to sort-of replicate
the state we were in before this MarkInstall failed.
Diffstat (limited to 'test/integration')
-rwxr-xr-x | test/integration/test-bug-618848-always-respect-user-requests | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/integration/test-bug-618848-always-respect-user-requests b/test/integration/test-bug-618848-always-respect-user-requests index fa190a93d..c2e62b834 100755 --- a/test/integration/test-bug-618848-always-respect-user-requests +++ b/test/integration/test-bug-618848-always-respect-user-requests @@ -19,7 +19,6 @@ Building dependency tree... MarkDelete exim4-daemon-light:i386 < 1.0 @ii mK Ib > FU=0 MarkInstall exim4-daemon-heavy:i386 < none -> 1.0 @un uN Ib > FU=0 Ignore MarkInstall of libdb4.8:i386 < 1.0 @ii pmR > as its mode (Delete) is protected - MarkDelete exim4-daemon-heavy:i386 < none -> 1.0 @un uN Ib > FU=0 MarkDelete exim4:i386 < 1.0 @ii mK Ib > FU=0 The following packages will be REMOVED: exim4 exim4-daemon-light libdb4.8 |