diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2023-08-10 12:17:59 +0200 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2023-08-10 12:17:59 +0200 |
commit | bccf848b26c2f3d899e739c78ce1bb195ef6cfaf (patch) | |
tree | 6f570ea32b657833f28f3807a4353c6ca3bca01b /test/lisp | |
parent | 71bc060e4031bee83ec79354bff526fa8a27a81d (diff) | |
download | emacs-bccf848b26c2f3d899e739c78ce1bb195ef6cfaf.tar.gz emacs-bccf848b26c2f3d899e739c78ce1bb195ef6cfaf.tar.bz2 emacs-bccf848b26c2f3d899e739c78ce1bb195ef6cfaf.zip |
Adapt Tramp test
* test/lisp/net/tramp-tests.el (tramp-test41-special-characters):
Skip for macOS.
Diffstat (limited to 'test/lisp')
-rw-r--r-- | test/lisp/net/tramp-tests.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el index c090fec8b2a..6021eda8dff 100644 --- a/test/lisp/net/tramp-tests.el +++ b/test/lisp/net/tramp-tests.el @@ -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 |