diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2011-02-03 22:48:37 +0100 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2011-02-03 22:48:37 +0100 |
commit | 5cf733e18af40fbed978ec84e60ccd0ffc1871d8 (patch) | |
tree | 0caf83a90fafa7047f829e8fcfa17eed443ad608 /test/integration/test-autoremove | |
parent | 3eb9e257855d83d0486d7a5fa7cc5e2edebb6aaa (diff) |
remove duplicated config-option setting and rename testdpkgnotinstalled
Diffstat (limited to 'test/integration/test-autoremove')
-rwxr-xr-x | test/integration/test-autoremove | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/test-autoremove b/test/integration/test-autoremove index 1ca325b29..f1ce4e9e7 100755 --- a/test/integration/test-autoremove +++ b/test/integration/test-autoremove @@ -19,7 +19,7 @@ Architecture: i386 Auto-Installed: 1 ' aptget remove debhelper -y -qq 2>&1 > /dev/null -testdpkgnoninstalled 'debhelper' +testdpkgnotinstalled 'debhelper' testdpkginstalled 'po-debconf unrelated' echo 'APT::NeverAutoRemove { "^debc.*nf$"; };' > rootdir/etc/apt/apt.conf.d/00autoremove @@ -42,7 +42,7 @@ testdpkginstalled "po-debconf" rm rootdir/etc/apt/apt.conf.d/00autoremove aptget autoremove -y -qq 2>&1 > /dev/null -testdpkgnoninstalled 'po-debconf' +testdpkgnotinstalled 'po-debconf' testfileequal 'rootdir/var/lib/apt/extended_states' '' |