diff options
Diffstat (limited to 'test')
-rwxr-xr-x | test/integration/test-apt-get-source | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/integration/test-apt-get-source b/test/integration/test-apt-get-source index 22f01b997..03320754b 100755 --- a/test/integration/test-apt-get-source +++ b/test/integration/test-apt-get-source @@ -50,11 +50,20 @@ $DOWNLOAD1" aptget source -q --print-uris foo/stable testsuccessequal "$HEADER Selected version '2.0' (unstable) for foo $DOWNLOAD2" aptget source -q --print-uris foo/unstable +testsuccessequal "$HEADER +Selected version '1.0' (stable) for foo +$DOWNLOAD1" aptget source -q --print-uris foo -t stable +testsuccessequal "$HEADER +Selected version '2.0' (unstable) for foo +$DOWNLOAD2" aptget source -q --print-uris foo -t unstable # select by release: codename testsuccessequal "$HEADER Selected version '2.0' (sid) for foo $DOWNLOAD2" aptget source -q --print-uris foo/sid +testsuccessequal "$HEADER +Selected version '2.0' (sid) for foo +$DOWNLOAD2" aptget source -q --print-uris foo -t sid # select by version testsuccessequal "$HEADER |