tests/test-ssh.t
branchstable
changeset 16606 19379226dc67
parent 16541 bb3334806ace
child 16608 289fdcd4cb47
--- a/tests/test-ssh.t	Mon May 07 00:48:51 2012 +0200
+++ b/tests/test-ssh.t	Mon May 07 00:49:01 2012 +0200
@@ -282,10 +282,12 @@
 
   $ 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' (glob)
+  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"
   remote: Illegal command "'hg' -R 'a'repo' serve --stdio": No closing quotation
   abort: no suitable response from remote hg!