diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2011-02-07 14:55:11 +0100 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2011-02-07 14:55:11 +0100 |
commit | fcb144b91a91ef9b6016ede0be05e07dacc8aaf9 (patch) | |
tree | d775dad8dd503a3a1b2c2a70c489550eccafbf00 /test | |
parent | 1384504286b7923a85d6235ba6f8e2eb4766d967 (diff) |
implement --print-uris support for changelog command
Diffstat (limited to 'test')
-rwxr-xr-x | test/integration/test-changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/integration/test-changelog b/test/integration/test-changelog index f05279356..b5c204a53 100755 --- a/test/integration/test-changelog +++ b/test/integration/test-changelog @@ -15,6 +15,8 @@ aptget update -qq echo 'Apt::Changelogs::Server "http://localhost:8080/";' >> ./aptconfig.conf +testequal "'http://localhost:8080//pool/apt_1.0/changelog'" aptget changelog apt --print-uris + aptget changelog apt -qq > apt.changelog testfileequal 'apt.changelog' "$(cat aptarchive/pool/apt_1.0/changelog)" rm aptarchive/pool/apt_1.0/changelog |