diff options
author | Julian Andres Klode <jak@debian.org> | 2016-01-03 20:07:19 +0100 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2016-01-03 20:07:19 +0100 |
commit | 550d53ec86bf8692d9eab9fde49f4ebbf26cb511 (patch) | |
tree | 0053bb2f987ab18be1c460cda2cbd222a26858f4 /test | |
parent | 3b4cbca22f473708063c157cc75a2ef411fe6480 (diff) |
test-apt-cache: Adjust for hashtable size change
Gbp-Dch: ignore
Diffstat (limited to 'test')
-rwxr-xr-x | test/integration/test-apt-cache | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/integration/test-apt-cache b/test/integration/test-apt-cache index d105dbe58..48d623596 100755 --- a/test/integration/test-apt-cache +++ b/test/integration/test-apt-cache @@ -46,11 +46,11 @@ testsuccess aptcache dump cp rootdir/tmp/testsuccess.output dump.output testsuccess test -s dump.output -testsuccessequal 'foo -fancy +testsuccessequal 'bar +foo dpkg specific -bar' aptcache pkgnames +fancy' aptcache pkgnames testsuccessequal 'bar' aptcache pkgnames bar testsuccessequal 'foo fancy' aptcache pkgnames f |