changeset 533:a6989fabe86d

tests: remove configuration of bookmarks extension from test-subrepos This change was already applied to all the other tests.
author David M. Carr <david@carrclan.us>
date Fri, 14 Sep 2012 19:09:42 -0400
parents ebb26b675663
children 336c031a0484
files tests/test-subrepos.t
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-subrepos.t
+++ b/tests/test-subrepos.t
@@ -9,8 +9,6 @@
 
   $ echo "[extensions]" >> $HGRCPATH
   $ echo "hggit=$(echo $(dirname $TESTDIR))/hggit" >> $HGRCPATH
-  $ echo 'hgext.bookmarks =' >> $HGRCPATH
-
 
   $ GIT_AUTHOR_NAME='test'; export GIT_AUTHOR_NAME
   $ GIT_AUTHOR_EMAIL='test@example.org'; export GIT_AUTHOR_EMAIL