diff options
| author | Julian Andres Klode <jak@debian.org> | 2026-01-05 21:20:34 +0000 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2026-01-05 21:20:34 +0000 |
| commit | 0236f05741ba4565ab3bab93e5cb18075ea86bcb (patch) | |
| tree | 2fc792b3f50933d0c1f3c8f69f8551c96a59e5ea /test/integration/test-solver3-show-version-selection | |
| parent | bef1f303092a9b75c44bc6ac48a52e7b0c0ef9bc (diff) | |
| parent | 5bdd21f915d1af832e9d3b874ddbd3ba2a178a06 (diff) | |
Merge branch 'solver3' into 'main'
solver3: Refactorings
See merge request apt-team/apt!542
Diffstat (limited to 'test/integration/test-solver3-show-version-selection')
| -rwxr-xr-x | test/integration/test-solver3-show-version-selection | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/test-solver3-show-version-selection b/test/integration/test-solver3-show-version-selection index 0de6600af..e0453feed 100755 --- a/test/integration/test-solver3-show-version-selection +++ b/test/integration/test-solver3-show-version-selection @@ -14,7 +14,7 @@ insertpackage 'installed,unstable' 'libgcc-s1' 'amd64' '14.2.0-18' 'Multi-Arch: setupaptarchive -testfailuremsg "E: Unable to satisfy dependencies. Reached two conflicting decisions: +testfailuremsg "E: Unable to satisfy dependencies. Reached two conflicting assignments: 1. libc6:s390x is selected for install because: 1. sbuild-build-depends-main-dummy:s390x=0.invalid.0 is selected for install 2. sbuild-build-depends-main-dummy:s390x Depends libgstreamer1.0-dev:s390x @@ -26,7 +26,7 @@ testfailuremsg "E: Unable to satisfy dependencies. Reached two conflicting decis 2. libgcc-s1:amd64 is available in version 14.2.0-18 3. libgcc-s1:s390x Breaks libgcc-s1 (!= 14.2.0-17)" apt install sbuild-build-depends-main-dummy --solver 3.0 libgcc-s1 -s -testfailuremsg "E: Unable to satisfy dependencies. Reached two conflicting decisions: +testfailuremsg "E: Unable to satisfy dependencies. Reached two conflicting assignments: 1. libc6:s390x is selected for install because: 1. sbuild-build-depends-main-dummy:s390x=0.invalid.0 is selected for install 2. sbuild-build-depends-main-dummy:s390x Depends libgstreamer1.0-dev:s390x |
