diff options
author | Julian Andres Klode <jak@debian.org> | 2015-12-14 16:15:36 +0100 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2015-12-14 16:16:56 +0100 |
commit | 6755060951828412e19e58afe5361f9ad06e5deb (patch) | |
tree | fd9ea43f3e31390a6b8217e2929aa5b9850bf782 /test/integration/test-apt-cache | |
parent | d94233d865fd3e418ec4d9100741a1c4ba628533 (diff) |
pkgcache: Make hash arch-independent using fixed size integer
This helps writing test cases. Also adapt the test case that
expected 64-bit.
Nothing changes performance wise, the distribution of the hash
values remains intact.
Diffstat (limited to 'test/integration/test-apt-cache')
-rwxr-xr-x | test/integration/test-apt-cache | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/test-apt-cache b/test/integration/test-apt-cache index daa5974a1..f5bdf187a 100755 --- a/test/integration/test-apt-cache +++ b/test/integration/test-apt-cache @@ -48,8 +48,8 @@ testsuccess test -s dump.output testsuccessequal 'dpkg bar -specific fancy +specific foo' aptcache pkgnames testsuccessequal 'bar' aptcache pkgnames bar testsuccessequal 'fancy |