diff options
author | Michael Vogt <mvo@debian.org> | 2014-02-14 19:58:56 +0100 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2014-02-14 20:02:26 +0100 |
commit | 32611903e8dcd6599042552c6c576b70e3d6633a (patch) | |
tree | 673d645f2472ce746ae196060dad74456dd0a7c6 /test/integration/test-disappearing-packages | |
parent | 16724b66fef02208ef050a36f732991941e39025 (diff) |
disable fnmatch()
The current PackageContainerInterface::FromString() will do a
FromFnmatch() first and then FromRegEx(). This commit reverts
that change to restore the old behavior to only look for RegEx
and not glob-style pattern. The rational is that:
a) currently a fnmatch() is misleadingly reported as a regex match to
the user (Bug#738880)
b) a fnmatch may match something different than a a RegEx so the
change broke a published interface
Diffstat (limited to 'test/integration/test-disappearing-packages')
0 files changed, 0 insertions, 0 deletions