projects
/
apt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08abac5
)
test-indexes.sh: fix check_indexes call in compressed mode
author
martin@piware.de
<>
Thu, 17 Jun 2010 11:35:23 +0000
(13:35 +0200)
committer
martin@piware.de
<>
Thu, 17 Jun 2010 11:35:23 +0000
(13:35 +0200)
test/test-indexes.sh
patch
|
blob
|
blame
|
history
diff --git
a/test/test-indexes.sh
b/test/test-indexes.sh
index 514e82534c44f1e3b8e2c7aaef0127026a5168e1..2c6ccfedf7d194cba2a1a6334ad385840a2e1835 100755
(executable)
--- a/
test/test-indexes.sh
+++ b/
test/test-indexes.sh
@@
-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 ====="