summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2013-11-29 07:55:43 +0100
committerMichael Vogt <mvo@debian.org>2013-11-29 07:55:43 +0100
commit572c5fd4dd724240c6780cca37de30db958549a9 (patch)
tree09f82166a9f27d337a94ab58f39d99b4a020726e
parent89033d0b41c843a9fbbcb36a429cde6253cdd6c3 (diff)
./test/integration/test-apt-get-changelog: fix test to match (different) ubuntu apt-get changelog output
-rwxr-xr-xtest/integration/test-apt-get-changelog3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/integration/test-apt-get-changelog b/test/integration/test-apt-get-changelog
index d013cc458..53210ea06 100755
--- a/test/integration/test-apt-get-changelog
+++ b/test/integration/test-apt-get-changelog
@@ -36,4 +36,5 @@ aptget changelog apt -d -qq
testfileequal 'apt.changelog' "$(cat aptarchive/pool/apt_1.0.changelog)"
rm apt.changelog aptarchive/pool/apt_1.0.changelog
-testequal 'E: changelog download failed' aptget changelog apt -qq -o APT::Changelogs::Server='http://not-on-the-main-server:8080/'
+# note that this output is different on ubuntu and debian
+testequal 'E: changelog for this version is not (yet) available; try https://launchpad.net/ubuntu/+source/apt/+changelog' aptget changelog apt -qq -o APT::Changelogs::Server='http://not-on-the-main-server:8080/'