diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2011-02-03 23:25:41 +0100 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2011-02-03 23:25:41 +0100 |
commit | 87bc1c45de94da47587d8e0314e9087f33a2b89e (patch) | |
tree | 049f131e5fcbc8cc402ed4e5b49f1e61723f297b /test/integration/test-autoremove | |
parent | 5cf733e18af40fbed978ec84e60ccd0ffc1871d8 (diff) |
check that the right amount of packages is installed if multiple passed in
Diffstat (limited to 'test/integration/test-autoremove')
-rwxr-xr-x | test/integration/test-autoremove | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/test-autoremove b/test/integration/test-autoremove index f1ce4e9e7..9dfab19f5 100755 --- a/test/integration/test-autoremove +++ b/test/integration/test-autoremove @@ -20,7 +20,7 @@ Auto-Installed: 1 ' aptget remove debhelper -y -qq 2>&1 > /dev/null testdpkgnotinstalled 'debhelper' -testdpkginstalled 'po-debconf unrelated' +testdpkginstalled 'po-debconf' 'unrelated' echo 'APT::NeverAutoRemove { "^debc.*nf$"; };' > rootdir/etc/apt/apt.conf.d/00autoremove testequal 'Reading package lists... |