comparison tests/test-ssh.t @ 16540:4fe8eb4a6e2c stable

tests: add missing accept of native pathname separator
author Mads Kiilerich <mads@kiilerich.com>
date Sat, 28 Apr 2012 01:55:39 +0200
parents 4f795f5fbb0b
children bb3334806ace
comparison
equal deleted inserted replaced
16539:249542ded278 16540:4fe8eb4a6e2c
281 Test hg-ssh: 281 Test hg-ssh:
282 282
283 $ SSH_ORIGINAL_COMMAND="'hg' -R 'a repo' serve --stdio" hg id --ssh "python \"$TESTDIR\"/../contrib/hg-ssh \"$TESTTMP/a repo\"" "ssh://user@dummy/a repo" 283 $ SSH_ORIGINAL_COMMAND="'hg' -R 'a repo' serve --stdio" hg id --ssh "python \"$TESTDIR\"/../contrib/hg-ssh \"$TESTTMP/a repo\"" "ssh://user@dummy/a repo"
284 3fb238f49e8c 284 3fb238f49e8c
285 $ SSH_ORIGINAL_COMMAND="'hg' -R 'a repo' serve --stdio" hg id --ssh "python \"$TESTDIR\"/../contrib/hg-ssh \"$TESTTMP\"" "ssh://user@dummy/a repo" 285 $ SSH_ORIGINAL_COMMAND="'hg' -R 'a repo' serve --stdio" hg id --ssh "python \"$TESTDIR\"/../contrib/hg-ssh \"$TESTTMP\"" "ssh://user@dummy/a repo"
286 remote: Illegal repository '$TESTTMP/a repo' 286 remote: Illegal repository '$TESTTMP/a repo' (glob)
287 abort: no suitable response from remote hg! 287 abort: no suitable response from remote hg!
288 [255] 288 [255]
289 $ SSH_ORIGINAL_COMMAND="'hg' -R 'a'repo' serve --stdio" hg id --ssh "python \"$TESTDIR\"/../contrib/hg-ssh \"$TESTTMP\"" "ssh://user@dummy/a repo" 289 $ SSH_ORIGINAL_COMMAND="'hg' -R 'a'repo' serve --stdio" hg id --ssh "python \"$TESTDIR\"/../contrib/hg-ssh \"$TESTTMP\"" "ssh://user@dummy/a repo"
290 remote: Illegal command "'hg' -R 'a'repo' serve --stdio": No closing quotation 290 remote: Illegal command "'hg' -R 'a'repo' serve --stdio": No closing quotation
291 abort: no suitable response from remote hg! 291 abort: no suitable response from remote hg!