diff options
author | Julian Andres Klode <jak@debian.org> | 2018-10-14 19:21:46 +0000 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2018-10-14 19:21:46 +0000 |
commit | d9c4384c7494eb45f77a60586763847c1bd7815c (patch) | |
tree | 4c838d20df5e6367f3607f896f57969f3473ba96 /test/integration/test-apt-get-changelog | |
parent | 78ead40e1675cae98eb545b0c7369c9f2123ef71 (diff) | |
parent | 4814a58f9f0c81fac9441b31cea954f028121dff (diff) |
Merge branch 'master' into 'master'
Default to https: scheme for fetching Debian changelogs
See merge request apt-team/apt!30
Diffstat (limited to 'test/integration/test-apt-get-changelog')
-rwxr-xr-x | test/integration/test-apt-get-changelog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/test-apt-get-changelog b/test/integration/test-apt-get-changelog index 2a632d6db..15c3dd50f 100755 --- a/test/integration/test-apt-get-changelog +++ b/test/integration/test-apt-get-changelog @@ -18,8 +18,8 @@ setupaptarchive --no-update changetowebserver testsuccess aptget update -testsuccessequal "'http://metadata.ftp-master.debian.org/changelogs/main/f/foo/foo_1.0_changelog' foo.changelog -'http://metadata.ftp-master.debian.org/changelogs/main/libb/libbar/libbar_1.0_changelog' libbar.changelog" aptget changelog foo libbar --print-uris +testsuccessequal "'https://metadata.ftp-master.debian.org/changelogs/main/f/foo/foo_1.0_changelog' foo.changelog +'https://metadata.ftp-master.debian.org/changelogs/main/libb/libbar/libbar_1.0_changelog' libbar.changelog" aptget changelog foo libbar --print-uris releasechanger() { # modifying the Release files in lists… bad stuff. Good that this is only a test… |