test: drop all the forced use of bundle2
authorPierre-Yves David <pierre-yves.david@fb.com>
Wed, 27 May 2015 22:11:37 -0700
changeset 25405 220a220ed088
parent 25404 ff955e7b1085
child 25406 be930f16a52a
test: drop all the forced use of bundle2 Using bundle2 during exchange is now the default, we do not need all this explicit enabling of bundle2 exchange in test anymore.
tests/test-http.t
tests/test-pull-http.t
tests/test-push-http.t
tests/test-ssh.t
--- a/tests/test-http.t	Fri Feb 06 17:41:24 2015 +0000
+++ b/tests/test-http.t	Wed May 27 22:11:37 2015 -0700
@@ -1,12 +1,5 @@
 #require serve
 
-  $ cat << EOF >> $HGRCPATH
-  > [experimental]
-  > # drop me once bundle2 is the default,
-  > # added to get test change early.
-  > bundle2-exp = True
-  > EOF
-
   $ hg init test
   $ cd test
   $ echo foo>foo
--- a/tests/test-pull-http.t	Fri Feb 06 17:41:24 2015 +0000
+++ b/tests/test-pull-http.t	Wed May 27 22:11:37 2015 -0700
@@ -1,12 +1,5 @@
 #require killdaemons
 
-  $ cat << EOF >> $HGRCPATH
-  > [experimental]
-  > # drop me once bundle2 is the default,
-  > # added to get test change early.
-  > bundle2-exp = True
-  > EOF
-
   $ hg init test
   $ cd test
   $ echo a > a
--- a/tests/test-push-http.t	Fri Feb 06 17:41:24 2015 +0000
+++ b/tests/test-push-http.t	Wed May 27 22:11:37 2015 -0700
@@ -1,12 +1,5 @@
 #require killdaemons
 
-  $ cat << EOF >> $HGRCPATH
-  > [experimental]
-  > # drop me once bundle2 is the default,
-  > # added to get test change early.
-  > bundle2-exp = True
-  > EOF
-
   $ hg init test
   $ cd test
   $ echo a > a
--- a/tests/test-ssh.t	Fri Feb 06 17:41:24 2015 +0000
+++ b/tests/test-ssh.t	Wed May 27 22:11:37 2015 -0700
@@ -1,10 +1,3 @@
-  $ cat << EOF >> $HGRCPATH
-  > [experimental]
-  > # drop me once bundle2 is the default,
-  > # added to get test change early.
-  > bundle2-exp = True
-  > EOF
-
 
 This test tries to exercise the ssh functionality with a dummy script