* test/integration/test-compressed-indexes, test/test-indexes.sh:
authorMartin Pitt <martin@piware.de>
Mon, 15 Nov 2010 09:41:12 +0000 (10:41 +0100)
committerMartin Pitt <martin@piware.de>
Mon, 15 Nov 2010 09:41:12 +0000 (10:41 +0100)
  - Explicitly disable compressed indexes at the start. This ensures that we
    will actually test uncompressed indexes regardless of the internal
    default value of Acquire::GzipIndexes.

debian/changelog
test/integration/test-compressed-indexes
test/test-indexes.sh

index d0bfaa3..cbf3a5d 100644 (file)
@@ -21,6 +21,12 @@ apt (0.8.9) UNRELEASED; urgency=low
     - don't install previously not installed providers in a try
       to statisfy a "Breaks: provides" dependency by upgrade
 
+  [ Martin Pitt ]
+  * test/integration/test-compressed-indexes, test/test-indexes.sh:
+    - Explicitly disable compressed indexes at the start. This ensures that we
+      will actually test uncompressed indexes regardless of the internal
+      default value of Acquire::GzipIndexes.
+
  -- David Kalnischkies <kalnischkies@gmail.com>  Wed, 10 Nov 2010 13:22:39 +0100
 
 apt (0.8.8) unstable; urgency=low
index 97a1453..be33edb 100755 (executable)
@@ -69,6 +69,7 @@ testrun() {
        rm -rf testpkg-1.0
 }
 
+echo 'Acquire::GzipIndexes "false";' > rootdir/etc/apt/apt.conf.d/02compressindex
 msgmsg "File: Test with uncompressed indexes"
 testrun
 
index 1736371..50d54f6 100755 (executable)
@@ -144,6 +144,7 @@ echo '--- apt-cache show works without indexes'
 ! LC_MESSAGES=C $APT_CACHE show bash 2>&1| grep -q 'E: No packages found'
 
 echo "===== uncompressed indexes ====="
+echo 'Acquire::GzipIndexes "false";' > etc/apt/apt.conf.d/02compress-indexes
 check_update
 check_indexes
 check_cache