diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el index 7673ee88569..d428ae0096b 100644 --- a/test/lisp/net/tramp-tests.el +++ b/test/lisp/net/tramp-tests.el @@ -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))