]> git.saurik.com Git - apt.git/commitdiff
test-indexes.sh: fix check_indexes call in compressed mode
authormartin@piware.de <>
Thu, 17 Jun 2010 11:35:23 +0000 (13:35 +0200)
committermartin@piware.de <>
Thu, 17 Jun 2010 11:35:23 +0000 (13:35 +0200)
test/test-indexes.sh

index 514e82534c44f1e3b8e2c7aaef0127026a5168e1..2c6ccfedf7d194cba2a1a6334ad385840a2e1835 100755 (executable)
@@ -154,10 +154,10 @@ check_get_source
 
 echo "--- apt-get update with preexisting indexes"
 $APT_GET -o Acquire::GzipIndexes=true update
-check_indexes
+check_indexes compressed
 
 echo "--- apt-get update with preexisting indexes and pdiff mode"
 $APT_GET -o Acquire::GzipIndexes=true -o Acquire::PDiffs=true update
-check_indexes
+check_indexes compressed
 
 echo "===== ALL TESTS PASSED ====="