* test/lisp/net/tramp-tests.el (tramp-test42-utf8): Skip for macOS.

This commit is contained in:
Michael Albinus 2023-08-06 16:24:19 +02:00
parent de1effd73b
commit 495bee253f

View file

@ -7478,14 +7478,12 @@ This requires restrictions of file name syntax."
(skip-unless (not (tramp--test-gdrive-p))) (skip-unless (not (tramp--test-gdrive-p)))
(skip-unless (not (tramp--test-crypt-p))) (skip-unless (not (tramp--test-crypt-p)))
(skip-unless (not (tramp--test-rclone-p))) (skip-unless (not (tramp--test-rclone-p)))
(skip-unless (not (or (eq system-type 'darwin) (tramp--test-macos-p))))
(let* ((utf8 (if (and (eq system-type 'darwin) (let ((coding-system-for-read 'utf-8)
(memq 'utf-8-hfs (coding-system-list))) (coding-system-for-write 'utf-8)
'utf-8-hfs 'utf-8))
(coding-system-for-read utf8)
(coding-system-for-write utf8)
(file-name-coding-system (file-name-coding-system
(coding-system-change-eol-conversion utf8 'unix))) (coding-system-change-eol-conversion 'utf-8 'unix)))
(apply (apply
#'tramp--test-check-files #'tramp--test-check-files
(append (append