]> git.saurik.com Git - apt.git/blobdiff - test/integration/test-apt-cli-list
streamline display of --help in all tools
[apt.git] / test / integration / test-apt-cli-list
index 40bf81a399ea90559a792856be8212950a66e834..1487afd5505c3931a8f8e108726b5017a206c0fd 100755 (executable)
@@ -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]
@@ -68,4 +70,7 @@ testequal "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
 
-
+# test format strings for machine parseable output
+apt list -qq bar baz  -o APT::Cmd::use-format=true  -o APT::Cmd::format="\${Package} - \${installed:Version} - \${candidate:Version}" > output.txt
+testequal "bar - 1.0 - 1.0
+baz - 0.1 - 2.0" cat output.txt