summaryrefslogtreecommitdiff
path: root/test/integration/test-multiarch-allowed
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2025-10-26 08:24:39 +0100
committerJulian Andres Klode <jak@debian.org>2025-10-26 08:28:08 +0100
commit5e8e69cdd6b512480f3208298725e1e44c80f06e (patch)
tree56b4eb2cf24b56683b0f7ca83b831a71aa7acd6a /test/integration/test-multiarch-allowed
parent1da5869dbf2b903e8b46a26225340c5b9615ede1 (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-multiarch-allowed')
-rwxr-xr-xtest/integration/test-multiarch-allowed2
1 files changed, 1 insertions, 1 deletions
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)