diff options
author | Michael Vogt <mvo@debian.org> | 2014-09-02 16:36:32 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2014-09-02 16:36:32 +0200 |
commit | 165760012d624ffcf098e1fd08fecde78f808fa7 (patch) | |
tree | bcf4805077775d298813812afcef3904ca26f3a5 /test/integration | |
parent | 6763aaec8ddded31057733f53c63f15e6b949bd9 (diff) |
Add testcase for apt list --all-versions
Dch-Ignore: true
Diffstat (limited to 'test/integration')
-rwxr-xr-x | test/integration/test-apt-cli-list | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/integration/test-apt-cli-list b/test/integration/test-apt-cli-list index aae74c022..1487afd55 100755 --- a/test/integration/test-apt-cli-list +++ b/test/integration/test-apt-cli-list @@ -49,9 +49,11 @@ baz/now 0.1 all [installed,upgradable to: 2.0] foobar/now 1.0 i386 [installed,upgradable to: 2.0]" apt list --installed testequal "Listing... +bar/now 1.0 i386 [installed,local] + foobar/unstable 2.0 i386 [upgradable from: 1.0] foobar/now 1.0 i386 [installed,upgradable to: 2.0] -" apt list foobar --all-versions +" apt list bar foobar --all-versions testequal "Listing... bar/now 1.0 i386 [installed,local] |