diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2011-10-20 11:44:44 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2011-10-20 11:44:44 +0200 |
commit | cf4f17a9d87a36b20ef5afa2cb5145e466d8ad3b (patch) | |
tree | ef98bfe313fb16147be056d248885b535e7b2fd4 /test/integration/test-package-reinstallation | |
parent | b83f0f06f611657c39dd6d141ce4ff7280ccadf3 (diff) | |
parent | cd5e84440a9bb75a9cc2c142ac8bc214ba57685a (diff) |
merged from donkult
Diffstat (limited to 'test/integration/test-package-reinstallation')
-rwxr-xr-x | test/integration/test-package-reinstallation | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/test/integration/test-package-reinstallation b/test/integration/test-package-reinstallation index 359f69284..b4f2061ec 100755 --- a/test/integration/test-package-reinstallation +++ b/test/integration/test-package-reinstallation @@ -14,4 +14,10 @@ insertinstalledpackage 'apt' 'i386' '0.8.15' 'Depends: libc6' setupaptarchive -aptget install --reinstall libc6 libc-bin -s -o Debug::pkgPackageManager=1 +testequal 'Reading package lists... +Building dependency tree... +0 upgraded, 0 newly installed, 2 reinstalled, 0 to remove and 0 not upgraded. +Inst libc-bin [2.13-8] (2.13-8 unstable [i386]) +Conf libc-bin (2.13-8 unstable [i386]) +Inst libc6 [2.13-8] (2.13-8 unstable [i386]) +Conf libc6 (2.13-8 unstable [i386])' aptget install --reinstall libc6 libc-bin -s |