diff options
author | Julian Andres Klode <jak@debian.org> | 2016-09-07 13:35:40 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2016-09-07 14:00:38 +0200 |
commit | 561a3557e7fa6c4ed693c3bb486d189a468a8080 (patch) | |
tree | 468a045e06219fe9ee0a5f674170becd154c562c /test/integration/test-apt-cli-list | |
parent | c382e0dff11beb00632d67d9361831358a38e465 (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-apt-cli-list')
-rwxr-xr-x | test/integration/test-apt-cli-list | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/integration/test-apt-cli-list b/test/integration/test-apt-cli-list index ca6f86661..f87208a08 100755 --- a/test/integration/test-apt-cli-list +++ b/test/integration/test-apt-cli-list @@ -22,6 +22,7 @@ setupaptarchive testsuccessequal "Listing... bar/now 1.0 i386 [installed,local] baz/unstable 2.0 all [upgradable from: 0.1] +dpkg/now 1.16.2+fake all [installed,local] foo/unstable 1.0 all foobar/unstable 2.0 i386 [upgradable from: 1.0]" apt list @@ -38,6 +39,7 @@ foobar/unstable 2.0 i386 [upgradable from: 1.0]" apt list --upgradable testsuccessequal "Listing... bar/now 1.0 i386 [installed,local] baz/now 0.1 all [installed,upgradable to: 2.0] +dpkg/now 1.16.2+fake all [installed,local] foobar/now 1.0 i386 [installed,upgradable to: 2.0]" apt list --installed testsuccessequal "Listing... |