From: Michael Albinus Date: Sat, 27 Jul 2024 10:49:12 +0000 (+0200) Subject: Revert "* 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=ba6a208899a34d7ea15282a6d6d13c5710087f49;p=emacs.git Revert "* test/lisp/net/tramp-tests.el (tramp-test42-utf8): Don't test "Tifinagh"." This reverts commit b9f2ef2a333fa7c813913dbba798c5ba8778eefd. (cherry picked from commit 829ebbd1d1da80e327c476d0cb173ae04313eaba) --- diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el index a02529010e7..f2f466bf05b 100644 --- a/test/lisp/net/tramp-tests.el +++ b/test/lisp/net/tramp-tests.el @@ -7289,8 +7289,9 @@ This requires restrictions of file name syntax." ;; Use all available language specific snippets. (lambda (x) (and - ;; Some languages use problematic composition characters. - (not (member (car x) '("Oriya" "Odia" "Tifinagh"))) + ;; The "Oriya" and "Odia" languages use some problematic + ;; composition characters. + (not (member (car x) '("Oriya" "Odia"))) (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))