tests: drop hgrc bits that have become the default
Differential Revision: https://phab.mercurial-scm.org/D11247
--- a/tests/test-bookmarks-corner-case.t Mon Aug 02 23:43:40 2021 -0400
+++ b/tests/test-bookmarks-corner-case.t Mon Aug 02 23:46:26 2021 -0400
@@ -12,14 +12,6 @@
node known to the changelog. If the cache invalidation between these two bits
goes wrong, bookmark can be dropped.
-global setup
-------------
-
- $ cat >> $HGRCPATH << EOF
- > [server]
- > concurrent-push-mode=check-related
- > EOF
-
Setup
-----