From 4f18214fbea7ebb586e85e8b47e3dbe7a90d55b7 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Thu, 11 Aug 2022 12:34:01 +0200 Subject: [PATCH] * 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 ad81d0c09ea..4dcf671f51f 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). "🌈🍒👋") -- 2.39.2