]> git.eshelyaron.com Git - emacs.git/commitdiff
* test/lisp/net/tramp-tests.el (tramp-test42-utf8): Don't test "Tifinagh".
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 27 Jul 2024 08:26:14 +0000 (10:26 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 27 Jul 2024 12:03:12 +0000 (14:03 +0200)
(cherry picked from commit b9f2ef2a333fa7c813913dbba798c5ba8778eefd)

test/lisp/net/tramp-tests.el

index f2f466bf05be6e4ba4bab89a7759b7bf3733fdb1..a02529010e759aeb9921ea085f01837768be0585 100644 (file)
@@ -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))