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-multiarch-allowed | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/integration/test-multiarch-allowed') diff --git a/test/integration/test-multiarch-allowed b/test/integration/test-multiarch-allowed index ca13cc50d..8c244ed57 100755 --- a/test/integration/test-multiarch-allowed +++ b/test/integration/test-multiarch-allowed @@ -149,7 +149,7 @@ Conf $1 (1 unstable [amd64])" aptget install $1 foo:i386 -s testneedsfooallgood 'needsfooany' testneedsfooallgood 'needsfoover1' -if [ "$APT_SOLVER" = "3.0" ]; then +if [ "$APT_SOLVER" != "internal" ]; then NEEDSFOO2NATIVE="$BADPREFIX The following packages have unmet dependencies: needsfoover2 : Depends: foo:any (>= 2) -- cgit v1.2.3-70-g09d2