mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-22 07:09:54 +00:00
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
@ -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…
Reference in New Issue
Block a user