diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2012-03-20 17:03:35 +0100 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2012-03-20 17:03:35 +0100 |
commit | 05343a22b8c7d9b491e93169e035a996ff68af9f (patch) | |
tree | 4dc24e83c320541759a79bf49c45a2cb09c898a9 /test | |
parent | 9a3798e6d5c26ebdaf1f865f5117bbc995b69b76 (diff) |
update the versionnumber of the faked dpkg in the testcases for multiarch
and add a comment about the need of this number
Diffstat (limited to 'test')
-rw-r--r-- | test/integration/framework | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/integration/framework b/test/integration/framework index a738d27cc..fa4a98f58 100644 --- a/test/integration/framework +++ b/test/integration/framework @@ -207,7 +207,9 @@ configdpkg() { if [ "${ARCH}" != "${DPKGARCH}" ]; then dpkg --add-architecture ${ARCH}; fi done if [ "0" = "$(dpkg -l dpkg 2> /dev/null | grep '^i' | wc -l)" ]; then - insertinstalledpackage 'dpkg' "all" '1.16.2~wipmultiarch~fake' + # dpkg doesn't really check the version as long as it is fully installed, + # but just to be sure we choose one above the required version + insertinstalledpackage 'dpkg' "all" '1.16.2+fake' fi fi fi |