From: Michael Albinus Date: Thu, 10 Aug 2023 10:17:59 +0000 (+0200) Subject: Adapt Tramp test X-Git-Tag: emacs-29.1.90~224 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bccf848b26c2f3d899e739c78ce1bb195ef6cfaf;p=emacs.git Adapt Tramp test * test/lisp/net/tramp-tests.el (tramp-test41-special-characters): Skip for macOS. --- 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