diff options
author | Julian Andres Klode <jak@debian.org> | 2020-01-15 22:02:32 +0000 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2020-01-15 22:02:32 +0000 |
commit | 087c97b7959acb1f9417b0b02be58709666476dc (patch) | |
tree | 9dca81e85bb4f433dfdf6ce4f3862ef4177841ae /test/integration | |
parent | a9916c3faa2b8c6fa288599efec65868d050b0ef (diff) | |
parent | 21cb4a9e513ccb6f376fbcaf67957c4851cbbe32 (diff) |
Merge branch 'pu/apt-regex-cli' into 'master'
apt(8): Disable regular expressions and fnmatch
See merge request apt-team/apt!95
Diffstat (limited to 'test/integration')
-rwxr-xr-x | test/integration/test-apt-patterns | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/test/integration/test-apt-patterns b/test/integration/test-apt-patterns index 06c552479..cdba76146 100755 --- a/test/integration/test-apt-patterns +++ b/test/integration/test-apt-patterns @@ -34,16 +34,10 @@ testfailureequal "E: input:0-14: error: Unrecognized pattern '?not-a-pattern' ?not-a-pattern ^^^^^^^^^^^^^^ N: Unable to locate package ?not-a-pattern -N: Couldn't find any package by glob '?not-a-pattern' -E: Regex compilation error - Invalid preceding regular expression -N: Couldn't find any package by regex '?not-a-pattern' E: input:0-14: error: Unrecognized pattern '?not-a-pattern' ?not-a-pattern ^^^^^^^^^^^^^^ N: Unable to locate package ?not-a-pattern -N: Couldn't find any package by glob '?not-a-pattern' -E: Regex compilation error - Invalid preceding regular expression -N: Couldn't find any package by regex '?not-a-pattern' E: No packages found" apt show '?not-a-pattern' testfailureequal "Listing... @@ -57,10 +51,7 @@ Reading state information... E: input:0-14: error: Unrecognized pattern '?not-a-pattern' ?not-a-pattern ^^^^^^^^^^^^^^ -E: Unable to locate package ?not-a-pattern -E: Couldn't find any package by glob '?not-a-pattern' -E: Regex compilation error - Invalid preceding regular expression -E: Couldn't find any package by regex '?not-a-pattern'" apt install -s '?not-a-pattern' +E: Unable to locate package ?not-a-pattern" apt install -s '?not-a-pattern' msgmsg "Ensure that argument lists are present where needed, and absent elsewhere" |