summaryrefslogtreecommitdiff
path: root/test/integration/test-bug-595691-empty-and-broken-archive-files
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2010-09-29 18:34:48 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2010-09-29 18:34:48 +0200
commit1054d76b2519efc858a9d23301495a763c1f8230 (patch)
tree8f0011c34de0b371a0f76c381911baf949014c6c /test/integration/test-bug-595691-empty-and-broken-archive-files
parent4d8d8112bb2bdee0f0e3cb46a6677e9fa35d791a (diff)
fix the testcases which were broken by the new space between number and unit
Diffstat (limited to 'test/integration/test-bug-595691-empty-and-broken-archive-files')
-rwxr-xr-xtest/integration/test-bug-595691-empty-and-broken-archive-files2
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 $*"