From f6659f3dd3dca67ffe936862cd6f3a1258250f6f Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Sat, 27 Jul 2024 10:26:14 +0200 Subject: [PATCH] * test/lisp/net/tramp-tests.el (tramp-test42-utf8): Don't test "Tifinagh". (cherry picked from commit b9f2ef2a333fa7c813913dbba798c5ba8778eefd) --- test/lisp/net/tramp-tests.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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)) -- 2.39.5