test: explicitly use zlib compression in tests/test-share-safe.t
We need the implicit value to be explicit until we can change the default in
some case.
Differential Revision: https://phab.mercurial-scm.org/D10323
--- a/tests/test-share-safe.t Tue Apr 06 18:50:32 2021 +0200
+++ b/tests/test-share-safe.t Wed Apr 07 00:12:07 2021 +0200
@@ -7,6 +7,9 @@
> use-share-safe = True
> [storage]
> revlog.persistent-nodemap.slow-path=allow
+ > # enforce zlib to ensure we can upgrade to zstd later
+ > [format]
+ > revlog-compression=zlib
> EOF
prepare source repo