emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 bccf848b26c: Adapt Tramp test


From: Michael Albinus
Subject: emacs-29 bccf848b26c: Adapt Tramp test
Date: Thu, 10 Aug 2023 06:18:21 -0400 (EDT)

branch: emacs-29
commit bccf848b26c2f3d899e739c78ce1bb195ef6cfaf
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]