emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 5810ac3: Suppress Chinese file name test for OSX


From: Michael Albinus
Subject: [Emacs-diffs] emacs-25 5810ac3: Suppress Chinese file name test for OSX in tramp-tests.el
Date: Fri, 08 Jan 2016 09:09:46 +0000

branch: emacs-25
commit 5810ac3a105a13224b84c848ccf5fd2ac9bbb712
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    Suppress Chinese file name test for OSX in tramp-tests.el
    
    * test/automated/tramp-tests.el (tramp--test-utf8):
    Remove instrumentation.  Suppress Chinese file name test for OSX.
---
 test/automated/tramp-tests.el |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/test/automated/tramp-tests.el b/test/automated/tramp-tests.el
index b664204..73a7294 100644
--- a/test/automated/tramp-tests.el
+++ b/test/automated/tramp-tests.el
@@ -2037,7 +2037,6 @@ Use the `ls' command."
 
 (defun tramp--test-utf8 ()
   "Perform the test in `tramp-test32-utf8*'."
-  (tramp--instrument-test-case 10
   (let ((coding-system-for-read 'utf-8)
        (coding-system-for-write 'utf-8)
        (file-name-coding-system 'utf-8))
@@ -2045,8 +2044,9 @@ Use the `ls' command."
      (unless (tramp--test-hpux-p) "Γυρίστε το Γαλαξία με Ώτο Στοπ")
      (unless (or (tramp--test-hpux-p) (tramp--test-darwin-p))
        "أصبح بوسعك الآن تنزيل نسخة كاملة من موسوعة ويكيبيديا العربية لتصفحها 
بلا اتصال بالإنترنت")
-     "银河系漫游指南系列"
-     "Автостопом по гала́ктике"))))
+     (unless (tramp--test-darwin-p)
+       "银河系漫游指南系列")
+     "Автостопом по гала́ктике")))
 
 (ert-deftest tramp-test32-utf8 ()
   "Check UTF8 encoding in file names and file contents."



reply via email to

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