From 5e8e69cdd6b512480f3208298725e1e44c80f06e Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Sun, 26 Oct 2025 08:24:39 +0100 Subject: 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). --- test/integration/test-apt-get-source-only | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/integration/test-apt-get-source-only') 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 -- cgit v1.2.3-70-g09d2