diff options
| author | Julian Andres Klode <jak@debian.org> | 2025-10-26 08:24:39 +0100 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2025-10-26 08:28:08 +0100 |
| commit | 5e8e69cdd6b512480f3208298725e1e44c80f06e (patch) | |
| tree | 56b4eb2cf24b56683b0f7ca83b831a71aa7acd6a /test/integration/test-apt-get-source-only | |
| parent | 1da5869dbf2b903e8b46a26225340c5b9615ede1 (diff) | |
Adjust test cases to treat 3.0 as default APT_SOLVER if not set
Not needed so far because we export a default 3.0 APT_SOLVER, but
quite useful if we stop doing so (next commit).
Diffstat (limited to 'test/integration/test-apt-get-source-only')
| -rwxr-xr-x | test/integration/test-apt-get-source-only | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/test-apt-get-source-only b/test/integration/test-apt-get-source-only index e5d246f6e..91a157b47 100755 --- a/test/integration/test-apt-get-source-only +++ b/test/integration/test-apt-get-source-only @@ -29,7 +29,7 @@ DOWNLOADNOTFOO="Need to get 0 B/33 B of source archives. 'file:${APTARCHIVE}/not-foo_1.0.dsc' not-foo_1.0.dsc 15 SHA256:db578a571c87d2555e90245732042845be4f481755f5b2f5786ac7a26bde9f4f 'file:${APTARCHIVE}/not-foo_1.0.tar.gz' not-foo_1.0.tar.gz 18 SHA256:8701846f1cba0ca81c552ac0ec93e2a89ae113cf2872b9cd51b29b4a9ff6b122" -if [ "$APT_SOLVER" = "3.0" ]; then +if [ "$APT_SOLVER" != "internal" ]; then BUILDDEPFOO="Reading package lists... Building dependency tree... Some packages could not be installed. This may mean that you have |
