diff options
| author | Julian Andres Klode <jak@debian.org> | 2025-02-24 13:05:10 +0000 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2025-02-24 13:05:10 +0000 |
| commit | 5c792d77c682d0104b4ff4b9071fde839bd29d3d (patch) | |
| tree | 798cb5b16edf07bd771f391c83e0dad8da2a044e /test | |
| parent | fdcdce3bfecd8f7ea577bfa1d1dc7f04e9cf7d45 (diff) | |
| parent | 55d3bc60f933faf5f46e31c0522bed8320409dcf (diff) | |
Merge branch 'fix-version-extra' into 'main'
Fix crash in VersionExtra using --with-source etc
See merge request apt-team/apt!453
Diffstat (limited to 'test')
| -rwxr-xr-x | test/integration/test-same-version-but-different | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/integration/test-same-version-but-different b/test/integration/test-same-version-but-different index 595a66fb6..e57150cd6 100755 --- a/test/integration/test-same-version-but-different +++ b/test/integration/test-same-version-but-different @@ -107,3 +107,13 @@ testsuccessequal "diff-sha256: 500 file:${APTARCHIVE} testing/main all Packages 1 500 500 file:${APTARCHIVE} unstable/main all Packages" apt policy diff-sha256 +testsuccessequal "diff-sha256: + Installed: (none) + Candidate: 1 + Version table: + 1 500 + 500 file:${APTARCHIVE} testing/main all Packages + 500 ${APTARCHIVE}/dists/unstable/main/binary-all/Packages + 500 ${APTARCHIVE}/dists/testing/main/binary-all/Packages + 1 500 + 500 file:${APTARCHIVE} unstable/main all Packages" apt policy diff-sha256 --with-source ${APTARCHIVE}/dists/unstable/main/binary-all/Packages --with-source ${APTARCHIVE}/dists/testing/main/binary-all/Packages |
