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

(cherry picked from commit 829ebbd1d1da80e327c476d0cb173ae04313eaba)

test/lisp/net/tramp-tests.el

index a02529010e759aeb9921ea085f01837768be0585..f2f466bf05be6e4ba4bab89a7759b7bf3733fdb1 100644 (file)
@@ -7289,8 +7289,9 @@ This requires restrictions of file name syntax."
          ;; Use all available language specific snippets.
          (lambda (x)
            (and
-            ;; Some languages use problematic composition characters.
-            (not (member (car x) '("Oriya" "Odia" "Tifinagh")))
+            ;; The "Oriya" and "Odia" languages use some problematic
+            ;; composition characters.
+            (not (member (car x) '("Oriya" "Odia")))
              (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))