summaryrefslogtreecommitdiff
path: root/test/integration/test-external-installation-planner-protocol
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2016-09-07 13:35:40 +0200
committerJulian Andres Klode <jak@debian.org>2016-09-07 14:00:38 +0200
commit561a3557e7fa6c4ed693c3bb486d189a468a8080 (patch)
tree468a045e06219fe9ee0a5f674170becd154c562c /test/integration/test-external-installation-planner-protocol
parentc382e0dff11beb00632d67d9361831358a38e465 (diff)
test: Always install dpkg into our tests, regardless of MA
Even if we only configure a single architecture, install dpkg, so dpkg can assert multi arch correctly. This also has the nice side effect of making single architecture and multiple architecture test cases more uniform. This fixes a regression from f878d3a862128bc1385616751ae1d78246b1bd01 ("test: Assert multi-arch in the chroot").
Diffstat (limited to 'test/integration/test-external-installation-planner-protocol')
-rwxr-xr-xtest/integration/test-external-installation-planner-protocol2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/test-external-installation-planner-protocol b/test/integration/test-external-installation-planner-protocol
index 03b2c4831..1d9abc901 100755
--- a/test/integration/test-external-installation-planner-protocol
+++ b/test/integration/test-external-installation-planner-protocol
@@ -43,7 +43,7 @@ Remove: bar:amd64
Install: libfoo:amd64 foo:amd64
Planner: internal' head -n 6 "$EIPPLOG"
aptinternalplanner < "$EIPPLOG" > planner.log || true
-testsuccessequal 'Remove: 6
+testsuccessequal 'Remove: 7
Unpack: 2
Unpack: 4' grep -e '^Unpack:' -e '^Install:' -e '^Configure:' -e '^Remove:' planner.log