diff options
author | Julian Andres Klode <jak@debian.org> | 2016-09-01 15:04:10 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2016-09-01 15:04:10 +0200 |
commit | e584a74c849deb0d45438f80bda19f15a4939b85 (patch) | |
tree | 272925c9286bff4b0d2d1b18be9ed978b4d5f5fa /test/integration | |
parent | e27d702580847233b4b0f25f446b4ffac79fe752 (diff) |
Revert "test: Assert multi-arch in the chroot"
This reverts commit f878d3a862128bc1385616751ae1d78246b1bd01.
Diffstat (limited to 'test/integration')
-rw-r--r-- | test/integration/framework | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/framework b/test/integration/framework index 067cc6e8a..0d74bc442 100644 --- a/test/integration/framework +++ b/test/integration/framework @@ -538,7 +538,7 @@ configdpkg() { insertinstalledpackage 'dpkg' "all" '1.16.2+fake' fi fi - if dpkg --assert-multi-arch >/dev/null 2>&1 ; then + if command dpkg --assert-multi-arch >/dev/null 2>&1 ; then local ARCHS="$(getarchitectures)" local DPKGARCH="$(dpkg --print-architecture)" # this ensures that even if multi-arch isn't active in the view |