Mercurial > public > mercurial-scm > hg
diff tests/common-pattern.py @ 35234:f0445eea9b93
test: fix common-pattern for pure variant
The $USUAL_COMPRESSIONS$ value that was taken was not compatible with the pure
variant systems as zlib seems to not be available in these case.
Differential Revision: https://phab.mercurial-scm.org/D1562
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Wed, 29 Nov 2017 23:20:52 -0500 |
parents | 1b22d325089c |
children | ad5f2b923b0d |
line wrap: on
line diff
--- a/tests/common-pattern.py Sat Dec 02 20:03:28 2017 -0500 +++ b/tests/common-pattern.py Wed Nov 29 23:20:52 2017 -0500 @@ -3,7 +3,7 @@ substitutions = [ # list of possible compressions - (br'zstd,zlib,none,bzip2', + (br'(zstd,)?zlib,none,bzip2', br'$USUAL_COMPRESSIONS$' ), # capabilities sent through http