##// END OF EJS Templates
test-bookmarks-pushpull: use correct tmp dir for no-bm-move.sh...
Mark Thomas -
r40267:58d78567 default
parent child Browse files
Show More
@@ -1231,13 +1231,13 b' Test that pre-pushkey compat for bookmar'
1231
1231
1232 Forbid bookmark move on the server
1232 Forbid bookmark move on the server
1233
1233
1234 $ cat << EOF >> $TESTDIR/no-bm-move.sh
1234 $ cat << EOF >> $TESTTMP/no-bm-move.sh
1235 > #!/bin/sh
1235 > #!/bin/sh
1236 > echo \$HG_NAMESPACE | grep -v bookmarks
1236 > echo \$HG_NAMESPACE | grep -v bookmarks
1237 > EOF
1237 > EOF
1238 $ cat << EOF >> server/.hg/hgrc
1238 $ cat << EOF >> server/.hg/hgrc
1239 > [hooks]
1239 > [hooks]
1240 > prepushkey.no-bm-move= sh $TESTDIR/no-bm-move.sh
1240 > prepushkey.no-bm-move= sh $TESTTMP/no-bm-move.sh
1241 > EOF
1241 > EOF
1242
1242
1243 pushing changeset is okay
1243 pushing changeset is okay
General Comments 0
You need to be logged in to leave comments. Login now