# HG changeset patch
# User David M. Carr  <david@carrclan.us>
# Date 1347664182 14400
#      Fri Sep 14 19:09:42 2012 -0400
# Node ID a6989fabe86d5e7ba91e6dde3b37405a94234d66
# Parent  ebb26b6756636959b696022d6c17aa631b6d1172
tests: remove configuration of bookmarks extension from test-subrepos

This change was already applied to all the other tests.

diff --git a/tests/test-subrepos.t b/tests/test-subrepos.t
--- 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