From bccf848b26c2f3d899e739c78ce1bb195ef6cfaf Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Thu, 10 Aug 2023 12:17:59 +0200 Subject: [PATCH] Adapt Tramp test * test/lisp/net/tramp-tests.el (tramp-test41-special-characters): Skip for macOS. --- test/lisp/net/tramp-tests.el | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2