diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2013-10-02 13:34:59 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2013-10-02 13:34:59 +0200 |
commit | 18908589a096719eb4ce76123596865093d6ff9d (patch) | |
tree | f99847dd5ebc3d142248ec77d36d4516978bebfd /test/integration/test-bug-679371-apt-get-autoclean-multiarch | |
parent | 8fa042ca39dcb39d544f015f4a924c5dbc10ad2c (diff) |
tests: fix some problems travis encounters
Git-Dch: Ignore
Diffstat (limited to 'test/integration/test-bug-679371-apt-get-autoclean-multiarch')
-rwxr-xr-x | test/integration/test-bug-679371-apt-get-autoclean-multiarch | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/integration/test-bug-679371-apt-get-autoclean-multiarch b/test/integration/test-bug-679371-apt-get-autoclean-multiarch index b62d437aa..3de7d69f9 100755 --- a/test/integration/test-bug-679371-apt-get-autoclean-multiarch +++ b/test/integration/test-bug-679371-apt-get-autoclean-multiarch @@ -17,7 +17,10 @@ changetowebserver testsuccess aptget update testsuccess aptget install pkgall pkgnative pkgforeign -y -testdpkginstalled pkgall pkgnative pkgforeign +# if we work with an old dpkg, pkgforeign will be listed differently, +# so test with aptcache for install status instead +testdpkginstalled pkgall pkgnative +testsuccess aptcache show pkgforeign/installed testequal 'Reading package lists... Building dependency tree... |