# HG changeset patch # User Matt Harbison # Date 2018-02-01 04:01:44 # Node ID b5df7fcf5d8093fcb16a5dbd4f0349216b44757f # Parent 92b7039613d022e3729f454fef7be8e3e2ffa591 test-bookmarks-pushpull: stabilize for Windows 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