tests/test-share-bookmarks.t
changeset 45483 d252f51ab032
parent 45300 dc457177dbc1
child 45681 a736ab681b78
--- a/tests/test-share-bookmarks.t	Fri Aug 07 16:11:19 2020 +0530
+++ b/tests/test-share-bookmarks.t	Tue Apr 14 21:07:09 2020 +0530
@@ -1,4 +1,10 @@
 #testcases vfs svfs
+#testcases safe normal
+
+#if safe
+  $ echo "[format]"         >> $HGRCPATH
+  $ echo "exp-share-safe = True" >> $HGRCPATH
+#endif
 
   $ echo "[extensions]"      >> $HGRCPATH
   $ echo "share = "          >> $HGRCPATH
@@ -284,3 +290,4 @@
 
   $ hg init brokenrepo --config format.bookmarks-in-store=True --config format.usestore=false
   ignoring enabled 'format.bookmarks-in-store' config beacuse it is incompatible with disabled 'format.usestore' config
+  ignoring enabled 'format.exp-share-safe' config because it is incompatible with disabled 'format.usestore' config (safe !)