Adapt Tramp test
* test/lisp/net/tramp-tests.el (tramp-test41-special-characters): Skip for macOS.
This commit is contained in:
parent
71bc060e40
commit
bccf848b26
1 changed files with 1 additions and 0 deletions
|
@ -7404,6 +7404,7 @@ This requires restrictions of file name syntax."
|
|||
(skip-unless (not (getenv "EMACS_HYDRA_CI"))) ; SLOW ~ 245s
|
||||
(skip-unless (not (tramp--test-rsync-p)))
|
||||
(skip-unless (not (tramp--test-rclone-p)))
|
||||
(skip-unless (not (or (eq system-type 'darwin) (tramp--test-macos-p))))
|
||||
|
||||
;; Newlines, slashes and backslashes in file names are not
|
||||
;; supported. So we don't test. And we don't test the tab
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue