From 631800b139834947b21c49153ba7862b1f4e6984 Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Sat, 17 Oct 2015 00:26:57 +0200 Subject: move 'search' implementations as well Git-Dch: Ignore --- test/integration/test-apt-cli-list | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'test/integration/test-apt-cli-list') diff --git a/test/integration/test-apt-cli-list b/test/integration/test-apt-cli-list index d3c44e126..1e9ef871c 100755 --- a/test/integration/test-apt-cli-list +++ b/test/integration/test-apt-cli-list @@ -7,12 +7,6 @@ TESTDIR=$(readlink -f $(dirname $0)) setupenvironment configarchitecture "i386" -if [ ! -x ${BUILDDIRECTORY}/apt ]; then - msgmsg "No ${BUILDDIRECTORY}/apt" - msgskip - exit 0 -fi - insertpackage 'unstable' 'foo' 'all' '1.0' insertinstalledpackage 'bar' 'i386' '1.0' @@ -25,8 +19,6 @@ insertpackage 'unstable' 'baz' 'all' '2.0' setupaptarchive -APTARCHIVE=$(readlink -f ./aptarchive) - testsuccessequal "Listing... bar/now 1.0 i386 [installed,local] baz/unstable 2.0 all [upgradable from: 0.1] @@ -69,6 +61,11 @@ conf-only/now 1.0 i386 [residual-config]" apt list conf-only testsuccessequal "Listing... baz/unstable 2.0 all [upgradable from: 0.1] N: There are 2 additional versions. Please use the '-a' switch to see them." apt list baz -o quiet=0 +testsuccessequal 'Listing... +baz/unstable 2.0 all [upgradable from: 0.1] +baz/testing 1.0 all +baz/now 0.1 all [installed,upgradable to: 2.0] +' apt list baz -o quiet=0 -a # test format strings for machine parseable output testsuccessequal 'bar - 1.0 - 1.0 -- cgit v1.2.3