diff options
Diffstat (limited to 'test/integration/test-prefer-higher-priority-providers')
| -rwxr-xr-x | test/integration/test-prefer-higher-priority-providers | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/test/integration/test-prefer-higher-priority-providers b/test/integration/test-prefer-higher-priority-providers index 07a0033b1..ff521b026 100755 --- a/test/integration/test-prefer-higher-priority-providers +++ b/test/integration/test-prefer-higher-priority-providers @@ -92,15 +92,17 @@ Conf baz (1 unstable [all]) Conf awesome (1 unstable [all])" aptget install awesome foo- bar- -s testfailuremsg "E: Unable to satisfy dependencies. Reached two conflicting assignments: - 1. baz:$native is not selected for install - 2. baz:$native=1 is selected for install because: + 1. baz:$native=1 is selected for install because: 1. awesome:$native=1 is selected for install 2. awesome:$native Depends stuff [selected awesome:$native] For context, additional choices that could not be installed: * In awesome:$native Depends stuff: - foo:$native=1 is not selected for install - - bar:$native=1 is not selected for install" aptget install awesome foo- bar- baz- -s --solver 3.0 + - bar:$native=1 is not selected for install + 2. baz:$native=1 -> | baz:$native + but none of the choices are installable: + - baz:$native is not selected for install" aptget install awesome foo- bar- baz- -s --solver 3.0 testfailureequal "Reading package lists... Building dependency tree... Package 'foo' is not installed, so not removed |
