diff 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
line wrap: on
line diff
--- a/tests/test-ssh.t	Sat Apr 28 01:22:56 2012 +0200
+++ b/tests/test-ssh.t	Sat Apr 28 01:55:39 2012 +0200
@@ -283,7 +283,7 @@
   $ 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"
   3fb238f49e8c
   $ SSH_ORIGINAL_COMMAND="'hg' -R 'a repo' serve --stdio" hg id --ssh "python \"$TESTDIR\"/../contrib/hg-ssh \"$TESTTMP\"" "ssh://user@dummy/a repo"
-  remote: Illegal repository '$TESTTMP/a repo'
+  remote: Illegal repository '$TESTTMP/a repo' (glob)
   abort: no suitable response from remote hg!
   [255]
   $ SSH_ORIGINAL_COMMAND="'hg' -R 'a'repo' serve --stdio" hg id --ssh "python \"$TESTDIR\"/../contrib/hg-ssh \"$TESTTMP\"" "ssh://user@dummy/a repo"