Просмотр исходного кода

fix test-bug-602412-dequote-redirect by removing the aptget update size information

Michael Vogt лет назад: 12
Родитель
Сommit
773642528b
1 измененных файлов с 4 добавлено и 1 удалено
  1. 4 1
      test/integration/test-bug-602412-dequote-redirect

+ 4 - 1
test/integration/test-bug-602412-dequote-redirect

@@ -20,11 +20,14 @@ 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..." aptget update
+Reading package lists..." cat $LOG
 
 	msgtest 'Test redirection works in' 'package download'
 	testsuccess --nomsg aptget install unrelated --download-only -y