diff options
Diffstat (limited to 'test/integration/test-apt-cache')
-rwxr-xr-x | test/integration/test-apt-cache | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/integration/test-apt-cache b/test/integration/test-apt-cache index c254aa602..daa5974a1 100755 --- a/test/integration/test-apt-cache +++ b/test/integration/test-apt-cache @@ -55,8 +55,7 @@ testsuccessequal 'bar' aptcache pkgnames bar testsuccessequal 'fancy foo' aptcache pkgnames f -testsuccessequal " foo | 1 | file:$(readlink -f .)/aptarchive unstable/main amd64 Packages - foo | 1 | file:$(readlink -f .)/aptarchive unstable/main i386 Packages" aptcache madison foo +testsuccessequal " foo | 1 | file:$(readlink -f .)/aptarchive unstable/main all Packages" aptcache madison foo ### depends |