# HG changeset patch # User Matt Harbison # Date 1517457704 18000 # Node ID b5df7fcf5d8093fcb16a5dbd4f0349216b44757f # Parent 92b7039613d022e3729f454fef7be8e3e2ffa591 test-bookmarks-pushpull: stabilize for Windows diff -r 92b7039613d0 -r b5df7fcf5d80 tests/test-bookmarks-pushpull.t --- a/tests/test-bookmarks-pushpull.t Thu Feb 01 16:46:12 2018 +0800 +++ b/tests/test-bookmarks-pushpull.t Wed Jan 31 23:01:44 2018 -0500 @@ -1202,9 +1202,13 @@ 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