diff options
author | Julian Andres Klode <jak@debian.org> | 2021-07-05 09:50:02 +0000 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2021-07-05 09:50:02 +0000 |
commit | b1a384c646427e52abef5bdb799f7bbdbb505bb6 (patch) | |
tree | cf4a44b08067ab1563d00a5437d06c43b4927eed /test/integration/test-bug-613420-new-garbage-dependency | |
parent | 690f6191a4332123a912c812a19a37cef253e90c (diff) | |
parent | e6056cbc8faf82c368d4439b0fcdcf4f46047d59 (diff) |
Merge branch 'fix/sizesharing' into 'main'
Allow packages from volatile sources to be reinstalled
See merge request apt-team/apt!177
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 |