diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2019-08-15 13:32:54 +0200 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2019-08-15 20:21:34 +0200 |
commit | 9282c9094ab3e77cebe90e97b2f9a5fc21463e2f (patch) | |
tree | 2e72354f968e0c68eb29261cfeecffd1fa9e423c /test/integration | |
parent | a3e9ab661b2d670f7d0da53a5f56c52af0763c5b (diff) |
Add ?broken pattern
This matches all packages that have broken dependencies in the
installed version or the version selected for install.
Diffstat (limited to 'test/integration')
-rwxr-xr-x | test/integration/test-apt-patterns | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/integration/test-apt-patterns b/test/integration/test-apt-patterns index b84605256..e566c6bd2 100755 --- a/test/integration/test-apt-patterns +++ b/test/integration/test-apt-patterns @@ -117,6 +117,9 @@ automatic1/now 1.0 i386 [installed,local] automatic2/now 1.0 i386 [installed,local]" apt list '?automatic' testsuccessequal "Listing... +broken/now 1.0 i386 [installed,local]" apt list '?broken' + +testsuccessequal "Listing... conf-only/now 1.0 i386 [residual-config]" apt list '?config-files' testsuccessequal "Listing... |