]> code.delx.au - gnu-emacs/commitdiff
Suppress Chinese file name test for OSX in tramp-tests.el
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 8 Jan 2016 09:09:37 +0000 (10:09 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 8 Jan 2016 09:09:37 +0000 (10:09 +0100)
* test/automated/tramp-tests.el (tramp--test-utf8):
Remove instrumentation.  Suppress Chinese file name test for OSX.

test/automated/tramp-tests.el

index b66420465bfb99351f9b0fdba32166726afee721..73a72946db405462b12ea5a445e2fd01fbf8b9ce 100644 (file)
@@ -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."