]> git.saurik.com Git - apt.git/blobdiff - test/integration/test-apt-get-changelog
test exitcode as well as string equality
[apt.git] / test / integration / test-apt-get-changelog
index 01f2bd393be32f25c0a1de9af54b178ab0c5d199..7e81c71b68bf5eb4ef46fc2aa2ae8e38f57612dd 100755 (executable)
@@ -21,9 +21,9 @@ chmod -R -w rootdir/var/cache/apt/archives
 
 echo 'Apt::Changelogs::Server "http://localhost:8080/";' > rootdir/etc/apt/apt.conf.d/changelog.conf
 
-testequal "'http://localhost:8080/pool/apt_1.0/changelog'" aptget changelog apt --print-uris
+testsuccessequal "'http://localhost:8080/pool/apt_1.0/changelog'" aptget changelog apt --print-uris
 
-testequal "'http://localhost:8080/pool/apt_1.0/changelog'
+testsuccessequal "'http://localhost:8080/pool/apt_1.0/changelog'
 'http://localhost:8080/pool/apt_1.0/changelog'" aptget changelog apt apt --print-uris
 
 cd downloaded