From: Michael Albinus Date: Sat, 27 Jul 2024 08:26:14 +0000 (+0200) Subject: * test/lisp/net/tramp-tests.el (tramp-test42-utf8): Don't test "Tifinagh". X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f6659f3dd3dca67ffe936862cd6f3a1258250f6f;p=emacs.git * test/lisp/net/tramp-tests.el (tramp-test42-utf8): Don't test "Tifinagh". (cherry picked from commit b9f2ef2a333fa7c813913dbba798c5ba8778eefd) --- diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el index f2f466bf05b..a02529010e7 100644 --- a/test/lisp/net/tramp-tests.el +++ b/test/lisp/net/tramp-tests.el @@ -7289,9 +7289,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))