]> git.saurik.com Git - apt.git/blobdiff - test/test-indexes.sh
* debian/apt.cron.daily:
[apt.git] / test / test-indexes.sh
index dad3e1fb2a78a8f39fc5b3b77234ce790e367bef..50d54f691545f98a6290bbb11a2e0214207fef1d 100755 (executable)
@@ -135,7 +135,16 @@ echo "deb-src $TEST_SOURCE" >> etc/apt/sources.list
 echo "RootDir \"$WORKDIR\";" > apt_config
 export APT_CONFIG=`pwd`/apt_config
 
+echo "==== no indexes ===="
+echo '--- apt-get check works without indexes'
+[ -z `$APT_GET check` ]
+echo '--- apt-cache policy works without indexes'
+$APT_CACHE policy bash >/dev/null
+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