diff --git a/tests/test-bookmarks-pushpull.t b/tests/test-bookmarks-pushpull.t --- a/tests/test-bookmarks-pushpull.t +++ b/tests/test-bookmarks-pushpull.t @@ -1202,9 +1202,13 @@ Test that pre-pushkey compat for bookmar Forbid bookmark move on the server + $ cat << EOF >> $TESTDIR/no-bm-move.sh + > #!/bin/sh + > echo \$HG_NAMESPACE | grep -v bookmarks + > EOF $ cat << EOF >> server/.hg/hgrc > [hooks] - > prepushkey.no-bm-move= echo \$HG_NAMESPACE | grep -v bookmarks + > prepushkey.no-bm-move= sh $TESTDIR/no-bm-move.sh > EOF pushing changeset is okay