diff options
author | David Kalnischkies <david@kalnischkies.de> | 2014-06-10 14:12:12 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2014-06-10 14:12:12 +0200 |
commit | 4dde2b4285fc6288e44e915a0d7bc0faac114a2e (patch) | |
tree | 146ab12bce4388d41b0b6f1b3fe88e16e04d3ed5 /test | |
parent | 4d695011895d332685ebfaf21a79e8e4337e003e (diff) |
support Acquire::GzipIndexes in dumpavail
Closes: 742835
Diffstat (limited to 'test')
-rwxr-xr-x | test/integration/test-compressed-indexes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/integration/test-compressed-indexes b/test/integration/test-compressed-indexes index 67ca0ba27..6671dd75a 100755 --- a/test/integration/test-compressed-indexes +++ b/test/integration/test-compressed-indexes @@ -67,6 +67,8 @@ testrun() { msgtest "\tdsc file is present"; testsuccess --nomsg test -f testpkg_1.0.dsc msgtest "\tdirectory is present"; testsuccess --nomsg test -d testpkg-1.0 rm -rf testpkg-1.0 + testequal "$(aptcache show testpkg -o Acquire::Languages=none) +" aptcache dumpavail } echo 'Acquire::GzipIndexes "false";' > rootdir/etc/apt/apt.conf.d/02compressindex |