]> git.saurik.com Git - apt.git/blobdiff - test/integration/test-apt-get-source-arch
testcases: do not allow warnings in testsuccess
[apt.git] / test / integration / test-apt-get-source-arch
index 3ac6907a968143df9dadf3ae3ef6825950a38fe8..d7ed56dc9b8438ce9109c84d79fb572bc3dd778c 100755 (executable)
@@ -58,3 +58,13 @@ Need to get 0 B of source archives.
 testequal "$HEADER
 E: Can not find a package for architecture 'not-a-available-arch'
 E: Unable to find a source package for foo:not-a-available-arch" aptget source -q --print-uris foo:not-a-available-arch
+
+# error on unavailable version for arch
+testequal "$HEADER
+E: Can not find a package 'foo:amd64' with version '2.0'
+E: Unable to find a source package for foo:amd64=2.0" aptget source -q --print-uris foo:amd64=2.0
+
+# error on unavailable release for arch 
+testequal "$HEADER
+E: Can not find a package 'foo:amd64' with release 'oldstable'
+E: Unable to find a source package for foo:amd64/oldstable" aptget source -q --print-uris foo:amd64/oldstable