diff options
author | Michael Vogt <mvo@debian.org> | 2010-10-01 15:55:10 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2010-10-01 15:55:10 +0200 |
commit | 6774b53da5215ae1c3ebe6a3fff496d61cd779f7 (patch) | |
tree | 02b9ad23d717bae4d04d85bf0c9c676a52920d53 /test/integration/test-bug-595691-empty-and-broken-archive-files | |
parent | ffde0f7df221d65c698907066591ea425e0b1339 (diff) | |
parent | 63cb76531aa8daca9f1da02a1f3249f5badbc507 (diff) |
merged from lp:~donkult/apt/sid
Diffstat (limited to 'test/integration/test-bug-595691-empty-and-broken-archive-files')
-rwxr-xr-x | test/integration/test-bug-595691-empty-and-broken-archive-files | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/test-bug-595691-empty-and-broken-archive-files b/test/integration/test-bug-595691-empty-and-broken-archive-files index 234073759..d982a4981 100755 --- a/test/integration/test-bug-595691-empty-and-broken-archive-files +++ b/test/integration/test-bug-595691-empty-and-broken-archive-files @@ -11,7 +11,7 @@ setupflataptarchive testaptgetupdate() { aptget update 2>> testaptgetupdate.diff >> testaptgetupdate.diff || true - sed -i -e '/^Fetched / d' -e 's#\[[0-9]*[kMGTPY]*B\]#\[\]#' testaptgetupdate.diff + sed -i -e '/^Fetched / d' -e 's#\[[0-9]* [kMGTPY]*B\]#\[\]#' testaptgetupdate.diff GIVEN="$1" shift msgtest "Test for correctness of" "apt-get update with $*" |