diff options
| author | Michael Albinus | 2018-05-11 18:38:46 +0200 |
|---|---|---|
| committer | Michael Albinus | 2018-05-11 18:38:46 +0200 |
| commit | e3d115ae86f7baa1483c5f14f1ac7d60d8aefa81 (patch) | |
| tree | fdffad3a6d42ff91b07164d24436717c83e94b60 /test | |
| parent | eabb6f6c3ee75dac1a7510e80bdd3c2fcfbbbcb5 (diff) | |
| download | emacs-e3d115ae86f7baa1483c5f14f1ac7d60d8aefa81.tar.gz emacs-e3d115ae86f7baa1483c5f14f1ac7d60d8aefa81.zip | |
Tramp updates
* lisp/net/tramp-gvfs.el (tramp-gvfs-handle-file-attributes):
Parse multibyte symlinks correctly.
* test/lisp/net/tramp/tramp-tests.el (tramp--test-utf8):
Improve backward compatibility.
Diffstat (limited to 'test')
| -rw-r--r-- | test/lisp/net/tramp-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el index 15187efdd33..2c0b3199be6 100644 --- a/test/lisp/net/tramp-tests.el +++ b/test/lisp/net/tramp-tests.el | |||
| @@ -4716,7 +4716,7 @@ Use the `ls' command." | |||
| 4716 | (and | 4716 | (and |
| 4717 | (stringp (setq x (eval (get-language-info (car x) 'sample-text)))) | 4717 | (stringp (setq x (eval (get-language-info (car x) 'sample-text)))) |
| 4718 | (not (unencodable-char-position | 4718 | (not (unencodable-char-position |
| 4719 | 0 nil file-name-coding-system nil x)) | 4719 | 0 (length x) file-name-coding-system nil x)) |
| 4720 | ;; ?\n and ?/ shouldn't be part of any file name. ?\t, | 4720 | ;; ?\n and ?/ shouldn't be part of any file name. ?\t, |
| 4721 | ;; ?. and ?? do not work for "smb" method. | 4721 | ;; ?. and ?? do not work for "smb" method. |
| 4722 | (replace-regexp-in-string "[\t\n/.?]" "" x))) | 4722 | (replace-regexp-in-string "[\t\n/.?]" "" x))) |