aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/lisp/net/tramp-tests.el5
1 files changed, 2 insertions, 3 deletions
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."
7600 ;; Use all available language specific snippets. 7600 ;; Use all available language specific snippets.
7601 (lambda (x) 7601 (lambda (x)
7602 (and 7602 (and
7603 ;; The "Oriya" and "Odia" languages use some problematic 7603 ;; Some languages use problematic composition characters.
7604 ;; composition characters. 7604 (not (member (car x) '("Oriya" "Odia" "Tifinagh")))
7605 (not (member (car x) '("Oriya" "Odia")))
7606 (stringp (setq x (eval (get-language-info (car x) 'sample-text) t))) 7605 (stringp (setq x (eval (get-language-info (car x) 'sample-text) t)))
7607 ;; Filter out strings which use unencodable characters. 7606 ;; Filter out strings which use unencodable characters.
7608 (not (and (or (tramp--test-gvfs-p) (tramp--test-smb-p)) 7607 (not (and (or (tramp--test-gvfs-p) (tramp--test-smb-p))