diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2022-08-11 12:34:01 +0200 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2022-08-11 12:34:01 +0200 |
commit | 4f18214fbea7ebb586e85e8b47e3dbe7a90d55b7 (patch) | |
tree | 99d5358ac4cd0dfea38d739e8c2d5283c3f75c8a /test | |
parent | 80837653ebc588a026e756c482678774941d538f (diff) | |
download | emacs-4f18214fbea7ebb586e85e8b47e3dbe7a90d55b7.tar.gz emacs-4f18214fbea7ebb586e85e8b47e3dbe7a90d55b7.tar.bz2 emacs-4f18214fbea7ebb586e85e8b47e3dbe7a90d55b7.zip |
* test/lisp/net/tramp-tests.el (tramp--test-utf8): Adapt test.
Diffstat (limited to 'test')
-rw-r--r-- | test/lisp/net/tramp-tests.el | 3 |
1 files changed, 2 insertions, 1 deletions
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). "🌈🍒👋") |