diff tests/test-ssh-repoerror.t @ 41420:b6673e9bdcf6

dispatch: quote filename in IOError as well It's explicitly added for OSError at 720308f741cb "dispatch: show empty filename in OSError aborts". Let's do the same for IOError.
author Yuya Nishihara <yuya@tcha.org>
date Sat, 26 Jan 2019 17:51:55 +0900
parents f4893b59230f
children 95c4cca641f6
line wrap: on
line diff
--- a/tests/test-ssh-repoerror.t	Sat Jan 26 17:44:07 2019 +0900
+++ b/tests/test-ssh-repoerror.t	Sat Jan 26 17:51:55 2019 +0900
@@ -34,7 +34,7 @@
   > done
 
   $ hg id ssh://user@dummy/other
-  remote: abort: Permission denied: $TESTTMP/other/.hg/requires
+  remote: abort: Permission denied: '$TESTTMP/other/.hg/requires'
   abort: no suitable response from remote hg!
   [255]