]> git.saurik.com Git - apt.git/blobdiff - test/integration/test-apt-get-changelog
merged lp:~mvo/apt/hash-order
[apt.git] / test / integration / test-apt-get-changelog
index 0a80cc08cc6b6ad462d56bfd9d5f672423ede613..d013cc4583715669cbea41ec014169941d90514c 100755 (executable)
@@ -17,6 +17,9 @@ echo 'Apt::Changelogs::Server "http://localhost:8080/";' >> ./aptconfig.conf
 
 testequal "'http://localhost:8080//pool/apt_1.0/changelog'" aptget changelog apt --print-uris
 
+testequal "'http://localhost:8080//pool/apt_1.0/changelog'
+'http://localhost:8080//pool/apt_1.0/changelog'" aptget changelog apt apt --print-uris
+
 aptget changelog apt -qq > apt.changelog
 testfileequal 'apt.changelog' "$(cat aptarchive/pool/apt_1.0/changelog)"
 rm apt.changelog