diff options
author | Michael Vogt <mvo@debian.org> | 2014-05-08 14:30:18 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2014-05-08 14:30:18 +0200 |
commit | 4bcb5f4b531ccab5540e9a0554ce59b3724f7660 (patch) | |
tree | 72fd6a366985dfbed2eee2755a90f1b1c1d8bc54 | |
parent | 070536e61cb203a9c74013be2a26322b582a9674 (diff) |
Revert "fix test-bug-602412-dequote-redirect by removing the aptget update size information"
This reverts commit 773642528b6d9858c2c68ada42705ea71c8db37e.
-rwxr-xr-x | test/integration/test-bug-602412-dequote-redirect | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/test/integration/test-bug-602412-dequote-redirect b/test/integration/test-bug-602412-dequote-redirect index 4901a32d7..6393f0c27 100755 --- a/test/integration/test-bug-602412-dequote-redirect +++ b/test/integration/test-bug-602412-dequote-redirect @@ -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 |