diff options
| author | Michael Albinus | 2022-08-11 12:34:01 +0200 |
|---|---|---|
| committer | Michael Albinus | 2022-08-11 12:34:01 +0200 |
| commit | 4f18214fbea7ebb586e85e8b47e3dbe7a90d55b7 (patch) | |
| tree | 99d5358ac4cd0dfea38d739e8c2d5283c3f75c8a | |
| parent | 80837653ebc588a026e756c482678774941d538f (diff) | |
| download | emacs-4f18214fbea7ebb586e85e8b47e3dbe7a90d55b7.tar.gz emacs-4f18214fbea7ebb586e85e8b47e3dbe7a90d55b7.zip | |
* test/lisp/net/tramp-tests.el (tramp--test-utf8): Adapt 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." | |||
| 7052 | "银河系漫游指南系列" | 7052 | "银河系漫游指南系列" |
| 7053 | "Автостопом по гала́ктике" | 7053 | "Автостопом по гала́ктике" |
| 7054 | ;; Use codepoints without a name. See Bug#31272. | 7054 | ;; Use codepoints without a name. See Bug#31272. |
| 7055 | "bung" | 7055 | ;; Works on some Android systems only. |
| 7056 | (unless (tramp--test-adb-p) "bung") | ||
| 7056 | ;; Use codepoints from Supplementary Multilingual Plane (U+10000 | 7057 | ;; Use codepoints from Supplementary Multilingual Plane (U+10000 |
| 7057 | ;; to U+1FFFF). | 7058 | ;; to U+1FFFF). |
| 7058 | "🌈🍒👋") | 7059 | "🌈🍒👋") |