diff options
author | David Kalnischkies <david@kalnischkies.de> | 2021-06-10 16:38:09 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2021-06-10 16:38:09 +0200 |
commit | 18140e1db1c386a8c6da004956ae8a96152de4d1 (patch) | |
tree | f9c7eb36be371228a82c7ea425b76e0536e9ebe3 /test/integration/test-bug-613420-new-garbage-dependency | |
parent | 7adecd8b2543fc8ee5288b91525a366cf9525cb8 (diff) |
Give our test packages proper size information
Temporary hacks should be temporary, especially if they hide bugs. After
fixing one in the previous commit this is just busy work to add download
information to the places which check that output.
Gbp-Dch: Ignore
Diffstat (limited to 'test/integration/test-bug-613420-new-garbage-dependency')
-rwxr-xr-x | test/integration/test-bug-613420-new-garbage-dependency | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/integration/test-bug-613420-new-garbage-dependency b/test/integration/test-bug-613420-new-garbage-dependency index b225bd60e..46c3d94c9 100755 --- a/test/integration/test-bug-613420-new-garbage-dependency +++ b/test/integration/test-bug-613420-new-garbage-dependency @@ -36,6 +36,7 @@ The following NEW packages will be installed: The following packages will be upgraded: openoffice.org-officebean 1 upgraded, 3 newly installed, 1 to remove and 0 not upgraded. +Need to get 0 B/168 B of archives. After this operation, 126 MB disk space will be freed. E: Trivial Only specified but this is not a trivial operation." aptget install libreoffice --trivial-only testequal "Reading package lists... @@ -52,5 +53,6 @@ The following NEW packages will be installed: The following packages will be upgraded: openoffice.org-officebean 1 upgraded, 3 newly installed, 1 to remove and 0 not upgraded. +Need to get 0 B/168 B of archives. After this operation, 126 MB disk space will be freed. E: Trivial Only specified but this is not a trivial operation." aptget install libreoffice --trivial-only -o APT::Get::HideAutoRemove=small |