projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add options to disable specific checksums for Indexes
[apt.git]
/
test
/
test-indexes.sh
diff --git
a/test/test-indexes.sh
b/test/test-indexes.sh
index 17363718d2f533f5e19f9a13b6607d655c1e1e3e..50d54f691545f98a6290bbb11a2e0214207fef1d 100755
(executable)
--- a/
test/test-indexes.sh
+++ b/
test/test-indexes.sh
@@
-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 ====="
! 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
check_update
check_indexes
check_cache