diff options
| author | Julian Andres Klode <jak@debian.org> | 2025-01-28 18:46:47 +0000 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2025-01-28 18:46:47 +0000 |
| commit | d9f7d2c37023d186be4a21a4d714e032be48e315 (patch) | |
| tree | 506498acc33104dbb511e945b00526966f61ea63 /test | |
| parent | 0da39f0241e065f1750373d26e9e3a4c616ada8f (diff) | |
| parent | a725a4af76fed9c4f06188f022f9a8f28ff333bd (diff) | |
Merge branch 'fix_manual_section' into 'main'
apt-secure manual page is in manual section 8
See merge request apt-team/apt!434
Diffstat (limited to 'test')
| -rwxr-xr-x | test/integration/test-apt-get-update-sourceslist-warning | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/test-apt-get-update-sourceslist-warning b/test/integration/test-apt-get-update-sourceslist-warning index 652f9f49f..7e27e4825 100755 --- a/test/integration/test-apt-get-update-sourceslist-warning +++ b/test/integration/test-apt-get-update-sourceslist-warning @@ -49,11 +49,11 @@ N: Usage of apt_auth.conf(5) should be preferred over embedding login informatio N: Missing Signed-By in the sources.list(5) entry for 'http://example.org/debian' N: Consider migrating all sources.list(5) entries to the deb822 .sources format N: The deb822 .sources format supports both embedded as well as external OpenPGP keys -N: See apt-secure(7) for best practices in configuring repository signing." apt update --no-download +N: See apt-secure(8) for best practices in configuring repository signing." apt update --no-download echo 'deb tor+https://apt:debian@example.org/debian bookworm main' > rootdir/etc/apt/sources.list.d/example.list testsuccessequal "$BOILERPLATE N: Usage of apt_auth.conf(5) should be preferred over embedding login information directly in the sources.list(5) entry for 'tor+https://example.org/debian' N: Missing Signed-By in the sources.list(5) entry for 'tor+https://example.org/debian' N: Consider migrating all sources.list(5) entries to the deb822 .sources format N: The deb822 .sources format supports both embedded as well as external OpenPGP keys -N: See apt-secure(7) for best practices in configuring repository signing." apt update --no-download +N: See apt-secure(8) for best practices in configuring repository signing." apt update --no-download |
