From e584a74c849deb0d45438f80bda19f15a4939b85 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Thu, 1 Sep 2016 15:04:10 +0200 Subject: Revert "test: Assert multi-arch in the chroot" This reverts commit f878d3a862128bc1385616751ae1d78246b1bd01. --- test/integration/framework | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3