##// END OF EJS Templates
test-ssh: stop quoting dummyssh invocation for Windows...
Matt Harbison -
r27053:c858945f default
parent child Browse files
Show More
@@ -524,11 +524,11 b' remote hook failure is attributed to rem'
524
524
525 $ echo "pretxnchangegroup.fail = python:$TESTTMP/failhook:hook" >> remote/.hg/hgrc
525 $ echo "pretxnchangegroup.fail = python:$TESTTMP/failhook:hook" >> remote/.hg/hgrc
526
526
527 $ hg -q --config ui.ssh="python '$TESTDIR/dummyssh'" clone ssh://user@dummy/remote hookout
527 $ hg -q --config ui.ssh="python $TESTDIR/dummyssh" clone ssh://user@dummy/remote hookout
528 $ cd hookout
528 $ cd hookout
529 $ touch hookfailure
529 $ touch hookfailure
530 $ hg -q commit -A -m 'remote hook failure'
530 $ hg -q commit -A -m 'remote hook failure'
531 $ hg --config ui.ssh="python '$TESTDIR/dummyssh'" push
531 $ hg --config ui.ssh="python $TESTDIR/dummyssh" push
532 pushing to ssh://user@dummy/remote
532 pushing to ssh://user@dummy/remote
533 searching for changes
533 searching for changes
534 remote: adding changesets
534 remote: adding changesets
@@ -519,11 +519,11 b' remote hook failure is attributed to rem'
519
519
520 $ echo "pretxnchangegroup.fail = python:$TESTTMP/failhook:hook" >> remote/.hg/hgrc
520 $ echo "pretxnchangegroup.fail = python:$TESTTMP/failhook:hook" >> remote/.hg/hgrc
521
521
522 $ hg -q --config ui.ssh="python '$TESTDIR/dummyssh'" clone ssh://user@dummy/remote hookout
522 $ hg -q --config ui.ssh="python $TESTDIR/dummyssh" clone ssh://user@dummy/remote hookout
523 $ cd hookout
523 $ cd hookout
524 $ touch hookfailure
524 $ touch hookfailure
525 $ hg -q commit -A -m 'remote hook failure'
525 $ hg -q commit -A -m 'remote hook failure'
526 $ hg --config ui.ssh="python '$TESTDIR/dummyssh'" push
526 $ hg --config ui.ssh="python $TESTDIR/dummyssh" push
527 pushing to ssh://user@dummy/remote
527 pushing to ssh://user@dummy/remote
528 searching for changes
528 searching for changes
529 remote: adding changesets
529 remote: adding changesets
General Comments 0
You need to be logged in to leave comments. Login now