tests/test-ssh.t
branchstable
changeset 16540 4fe8eb4a6e2c
parent 16350 4f795f5fbb0b
child 16541 bb3334806ace
--- 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"