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-604222-new-and-autoremove | |
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-604222-new-and-autoremove')
-rwxr-xr-x | test/integration/test-bug-604222-new-and-autoremove | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/integration/test-bug-604222-new-and-autoremove b/test/integration/test-bug-604222-new-and-autoremove index 534c50b80..08756e03d 100755 --- a/test/integration/test-bug-604222-new-and-autoremove +++ b/test/integration/test-bug-604222-new-and-autoremove @@ -63,6 +63,7 @@ The following additional packages will be installed: The following NEW packages will be installed: dummy-archive libavcodec52 libopenal-dev 0 upgraded, 3 newly installed, 0 to remove and 1 not upgraded. +Need to get 0 B/126 B of archives. After this operation, 129 kB of additional disk space will be used. E: Trivial Only specified but this is not a trivial operation." aptget install dummy-archive --trivial-only testequal "Reading package lists... @@ -75,6 +76,7 @@ The following additional packages will be installed: The following NEW packages will be installed: dummy-archive libavcodec52 libopenal-dev 0 upgraded, 3 newly installed, 0 to remove and 1 not upgraded. +Need to get 0 B/126 B of archives. After this operation, 129 kB of additional disk space will be used. E: Trivial Only specified but this is not a trivial operation." aptget install dummy-archive --trivial-only -o APT::Get::HideAutoRemove=small @@ -93,6 +95,7 @@ The following additional packages will be installed: The following NEW packages will be installed: dummy-archive libavcodec52 libopenal-dev 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. +Need to get 0 B/126 B of archives. After this operation, 129 kB of additional disk space will be used. E: Trivial Only specified but this is not a trivial operation.' |