* test/lisp/net/tramp-tests.el (tramp-test42-utf8): Don't test "Tifinagh".

This commit is contained in:
Michael Albinus 2024-07-27 10:26:14 +02:00
parent 29d4ba5625
commit b9f2ef2a33

View file

@ -7600,9 +7600,8 @@ This requires restrictions of file name syntax."
;; Use all available language specific snippets.
(lambda (x)
(and
;; The "Oriya" and "Odia" languages use some problematic
;; composition characters.
(not (member (car x) '("Oriya" "Odia")))
;; Some languages use problematic composition characters.
(not (member (car x) '("Oriya" "Odia" "Tifinagh")))
(stringp (setq x (eval (get-language-info (car x) 'sample-text) t)))
;; Filter out strings which use unencodable characters.
(not (and (or (tramp--test-gvfs-p) (tramp--test-smb-p))