]> git.saurik.com Git - apt.git/blobdiff - test/integration/test-bug-595691-empty-and-broken-archive-files
fix the testcases which were broken by the new space between number and unit
[apt.git] / test / integration / test-bug-595691-empty-and-broken-archive-files
index 234073759f5b54785f65de95b6fd16b392ffa2aa..d982a4981231e9567278e394714fabd0cf6bfca3 100755 (executable)
@@ -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 $*"