diff options
Diffstat (limited to 'test')
-rwxr-xr-x | test/integration/test-apt-cli-list | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/test-apt-cli-list b/test/integration/test-apt-cli-list index f87208a08..8928a4856 100755 --- a/test/integration/test-apt-cli-list +++ b/test/integration/test-apt-cli-list @@ -35,7 +35,7 @@ baz/unstable 2.0 all [upgradable from: 0.1] foobar/unstable 2.0 i386 [upgradable from: 1.0]" apt list --upgradable # FIXME: hm, hm - does it make sense to have this different? shouldn't -# we use "installed,upgradable" consitently? +# we use "installed,upgradable" consistently? testsuccessequal "Listing... bar/now 1.0 i386 [installed,local] baz/now 0.1 all [installed,upgradable to: 2.0] |