emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 4f18214fbe: * test/lisp/net/tramp-tests.el (tramp--test-utf8): Ad


From: Michael Albinus
Subject: master 4f18214fbe: * test/lisp/net/tramp-tests.el (tramp--test-utf8): Adapt test.
Date: Thu, 11 Aug 2022 06:34:23 -0400 (EDT)

branch: master
commit 4f18214fbea7ebb586e85e8b47e3dbe7a90d55b7
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    * test/lisp/net/tramp-tests.el (tramp--test-utf8): Adapt test.
---
 test/lisp/net/tramp-tests.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el
index ad81d0c09e..4dcf671f51 100644
--- a/test/lisp/net/tramp-tests.el
+++ b/test/lisp/net/tramp-tests.el
@@ -7052,7 +7052,8 @@ This requires restrictions of file name syntax."
        "银河系漫游指南系列"
        "Автостопом по гала́ктике"
        ;; Use codepoints without a name.  See Bug#31272.
-       "™›šbung"
+       ;; Works on some Android systems only.
+       (unless (tramp--test-adb-p) "™›šbung")
        ;; Use codepoints from Supplementary Multilingual Plane (U+10000
        ;; to U+1FFFF).
        "🌈🍒👋")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]