test-discovery: disable bundle2 for legacy test (issue4610)
authorPierre-Yves David <pierre-yves.david@fb.com>
Tue, 21 Apr 2015 11:18:47 +0200
changeset 25116 249c7e922d1a
parent 25115 5548f558db3d
child 25117 b5c8ee72debc
test-discovery: disable bundle2 for legacy test (issue4610) We need to disable the "bundle2" capability to ensure we stay on legacy capability.
tests/test-treediscovery.t
--- a/tests/test-treediscovery.t	Fri May 15 00:25:43 2015 -0700
+++ b/tests/test-treediscovery.t	Tue Apr 21 11:18:47 2015 +0200
@@ -2,7 +2,7 @@
 
 Tests discovery against servers without getbundle support:
 
-  $ CAP=getbundle
+  $ CAP="getbundle bundle2"
   $ . "$TESTDIR/notcapable"
   $ cat >> $HGRCPATH <<EOF
   > [ui]