diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2010-09-29 18:34:48 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2010-09-29 18:34:48 +0200 |
commit | 1054d76b2519efc858a9d23301495a763c1f8230 (patch) | |
tree | 8f0011c34de0b371a0f76c381911baf949014c6c /test/integration/test-ubuntu-bug-614993 | |
parent | 4d8d8112bb2bdee0f0e3cb46a6677e9fa35d791a (diff) |
fix the testcases which were broken by the new space between number and unit
Diffstat (limited to 'test/integration/test-ubuntu-bug-614993')
-rwxr-xr-x | test/integration/test-ubuntu-bug-614993 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/test-ubuntu-bug-614993 b/test/integration/test-ubuntu-bug-614993 index f54909bc2..d70c65ba2 100755 --- a/test/integration/test-ubuntu-bug-614993 +++ b/test/integration/test-ubuntu-bug-614993 @@ -52,8 +52,8 @@ The following packages will be upgraded: xserver-xorg-video-tseng xserver-xorg-video-vesa xserver-xorg-video-vmware xserver-xorg-video-voodoo 41 upgraded, 5 newly installed, 1 to remove and 3 not upgraded. -Need to get 0B/5505kB of archives. -After this operation, 2294kB disk space will be freed. +Need to get 0 B/5505 kB of archives. +After this operation, 2294 kB disk space will be freed. E: Trivial Only specified but this is not a trivial operation." testequal "$UPGRADE" aptget install xserver-xorg --trivial-only |