aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMichael Albinus2024-07-27 12:49:12 +0200
committerMichael Albinus2024-07-27 12:49:12 +0200
commit829ebbd1d1da80e327c476d0cb173ae04313eaba (patch)
treeac2cba418b00c88eedbb84e57ecbd8ed36716f3a /test
parent10b91328d96b19f0f9b775d88f319abdd7d46c0a (diff)
downloademacs-829ebbd1d1da80e327c476d0cb173ae04313eaba.tar.gz
emacs-829ebbd1d1da80e327c476d0cb173ae04313eaba.zip
Revert "* test/lisp/net/tramp-tests.el (tramp-test42-utf8): Don't test "Tifinagh"."
This reverts commit b9f2ef2a333fa7c813913dbba798c5ba8778eefd.
Diffstat (limited to 'test')
-rw-r--r--test/lisp/net/tramp-tests.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el
index d428ae0096b..7673ee88569 100644
--- a/test/lisp/net/tramp-tests.el
+++ b/test/lisp/net/tramp-tests.el
@@ -7600,8 +7600,9 @@ 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 ;; Some languages use problematic composition characters. 7603 ;; The "Oriya" and "Odia" languages use some problematic
7604 (not (member (car x) '("Oriya" "Odia" "Tifinagh"))) 7604 ;; composition characters.
7605 (not (member (car x) '("Oriya" "Odia")))
7605 (stringp (setq x (eval (get-language-info (car x) 'sample-text) t))) 7606 (stringp (setq x (eval (get-language-info (car x) 'sample-text) t)))
7606 ;; Filter out strings which use unencodable characters. 7607 ;; Filter out strings which use unencodable characters.
7607 (not (and (or (tramp--test-gvfs-p) (tramp--test-smb-p)) 7608 (not (and (or (tramp--test-gvfs-p) (tramp--test-smb-p))