* test/lisp/net/tramp-tests.el (tramp-test42-utf8): Don't test "Tifinagh".
This commit is contained in:
parent
29d4ba5625
commit
b9f2ef2a33
1 changed files with 2 additions and 3 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue