]> git.saurik.com Git - apt.git/commitdiff
Revert "fix test-bug-602412-dequote-redirect by removing the aptget update size infor...
authorMichael Vogt <mvo@debian.org>
Thu, 8 May 2014 12:30:18 +0000 (14:30 +0200)
committerMichael Vogt <mvo@debian.org>
Thu, 8 May 2014 12:30:18 +0000 (14:30 +0200)
This reverts commit 773642528b6d9858c2c68ada42705ea71c8db37e.

test/integration/test-bug-602412-dequote-redirect

index 4901a32d745b90760779568494a7be96989e8213..6393f0c27cf613b31fe085709533085d40c88953 100755 (executable)
@@ -20,14 +20,11 @@ testrun() {
        testsuccess --nomsg aptget update
 
        # check that I-M-S header is kept in redirections
-        local LOG='update.log'
-        # strip away the [ 304 B ] info
-        aptget update 2>&1 | sed -e 's/\ \[.*//' > $LOG
        testequal "Hit $1 unstable InRelease
 Hit $1 unstable/main Sources
 Hit $1 unstable/main amd64 Packages
 Hit $1 unstable/main Translation-en
-Reading package lists..." cat $LOG
+Reading package lists..." aptget update
 
        msgtest 'Test redirection works in' 'package download'
        testsuccess --nomsg aptget install unrelated --download-only -y