zstd is not available always like pure py versions. Hence we wrap that part
around #if zstd. To make sure the functionality is tested on pure version
as well, I have added another requirement addition test.
Details
Details
- Reviewers
 indygreg marmoute - Group Reviewers
 hg-reviewers - Commits
 - rHG68906595016c: tests: update test-share-safe to work with non-zstd versions
 
Diff Detail
Diff Detail
- Repository
 - rHG Mercurial
 - Lint
 Automatic diff as part of commit; lint not applicable. - Unit
 Automatic diff as part of commit; unit tests not applicable. 
There is an #if zstd check that should be used instead.