tests/test-ssh-repoerror.t
changeset 40227 f4893b59230f
parent 39707 5abc47d4ca6b
child 41420 b6673e9bdcf6
--- a/tests/test-ssh-repoerror.t	Sat Oct 13 04:54:35 2018 +0300
+++ b/tests/test-ssh-repoerror.t	Sat Oct 13 05:03:24 2018 +0300
@@ -16,7 +16,7 @@
   $ chmod a-rx no-read
 
   $ hg id ssh://user@dummy/no-read
-  remote: abort: Permission denied: '$TESTTMP/no-read/.hg'
+  remote: abort: Permission denied: *$TESTTMP/no-read/.hg* (glob)
   abort: no suitable response from remote hg!
   [255]
 
@@ -50,7 +50,7 @@
   $ chmod a-rx deep
 
   $ hg id ssh://user@dummy/deep/nested
-  remote: abort: Permission denied: '$TESTTMP/deep/nested/.hg'
+  remote: abort: Permission denied: *$TESTTMP/deep/nested/.hg* (glob)
   abort: no suitable response from remote hg!
   [255]