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-apt-cli-show | |
| 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-apt-cli-show')
| -rwxr-xr-x | test/integration/test-apt-cli-show | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/test/integration/test-apt-cli-show b/test/integration/test-apt-cli-show index 4f9e9a16c..72f079c1e 100755 --- a/test/integration/test-apt-cli-show +++ b/test/integration/test-apt-cli-show @@ -36,7 +36,7 @@ Priority: optional Section: other Maintainer: Joe Sixpack <joe@example.org> Installed-Size: 43.0 kB -Download-Size: unknown +Download-Size: 42 B APT-Manual-Installed: yes APT-Sources: file:$APTARCHIVE unstable/main all Packages Description: Some description @@ -48,7 +48,7 @@ Priority: optional Section: other Maintainer: Joe Sixpack <joe@example.org> Installed-Size: 43.0 kB -Download-Size: unknown +Download-Size: 42 B APT-Sources: file:$APTARCHIVE unstable/main i386 Packages Description: Some description That has multiple lines @@ -59,7 +59,7 @@ Priority: optional Section: other Maintainer: Joe Sixpack <joe@example.org> Installed-Size: 43.0 kB -Download-Size: unknown +Download-Size: 42 B APT-Sources: file:$APTARCHIVE unstable/main amd64 Packages Description: Some description That has multiple lines @@ -70,7 +70,7 @@ Priority: optional Section: other Maintainer: Joe Sixpack <joe@example.org> Installed-Size: 4229 MB -Download-Size: unknown +Download-Size: 42 B APT-Sources: file:$APTARCHIVE unstable/main amd64 Packages Description: Some description That has multiple lines @@ -83,7 +83,7 @@ Section: other Maintainer: Joe Sixpack <joe@example.org> Installed-Size: 43.0 kB Provides: pkga$(generatelotsofnames) -Download-Size: unknown +Download-Size: 42 B APT-Sources: file:$APTARCHIVE unstable/main all Packages Description: Some description That has multiple lines @@ -95,7 +95,7 @@ Section: other Maintainer: Joe Sixpack <joe@example.org> Installed-Size: 43.0 kB Provides: foobar, pkga$(generatelotsofnames) -Download-Size: unknown +Download-Size: 42 B APT-Sources: file:$APTARCHIVE unstable/main all Packages Description: Some description That has multiple lines @@ -108,7 +108,7 @@ Priority: optional Section: other Maintainer: Joe Sixpack <joe@example.org> Installed-Size: 43.0 kB -Download-Size: unknown +Download-Size: 42 B APT-Sources: file:$APTARCHIVE unstable/main all Packages Description: Some description That has multiple lines @@ -121,7 +121,7 @@ Priority: optional Section: other Maintainer: Joe Sixpack <joe@example.org> Installed-Size: 43.0 kB -Download-Size: unknown +Download-Size: 42 B APT-Sources: file:$APTARCHIVE unstable/main all Packages Description: Some description That has multiple lines @@ -132,7 +132,7 @@ Priority: optional Section: other Maintainer: Joe Sixpack <joe@example.org> Installed-Size: 43.0 kB -Download-Size: unknown +Download-Size: 42 B APT-Sources: file:$APTARCHIVE unstable/main all Packages Description: Some description That has multiple lines @@ -145,7 +145,7 @@ Priority: optional Section: other Maintainer: Joe Sixpack <joe@example.org> Installed-Size: 43.0 kB -Download-Size: unknown +Download-Size: 42 B APT-Sources: file:$APTARCHIVE unstable/main all Packages Description: Some description That has multiple lines @@ -158,7 +158,7 @@ Priority: optional Section: other Maintainer: Joe Sixpack <joe@example.org> Installed-Size: 43.0 kB -Download-Size: unknown +Download-Size: 42 B APT-Sources: file:$APTARCHIVE unstable/main all Packages Description: Some description That has multiple lines @@ -169,7 +169,7 @@ Priority: optional Section: other Maintainer: Joe Sixpack <joe@example.org> Installed-Size: 43.0 kB -Download-Size: unknown +Download-Size: 42 B APT-Sources: file:$APTARCHIVE unstable/main all Packages Description: Some description That has multiple lines |
