aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMichael Albinus2016-01-08 10:09:37 +0100
committerMichael Albinus2016-01-08 10:09:37 +0100
commit5810ac3a105a13224b84c848ccf5fd2ac9bbb712 (patch)
tree0117892fb5d3cf6ef3b0ef29ad0dd6c84cbed621 /test
parenteeb710a1bb4375ad334af4981cb691f6efdaf0a0 (diff)
downloademacs-5810ac3a105a13224b84c848ccf5fd2ac9bbb712.tar.gz
emacs-5810ac3a105a13224b84c848ccf5fd2ac9bbb712.zip
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.
Diffstat (limited to 'test')
-rw-r--r--test/automated/tramp-tests.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/automated/tramp-tests.el b/test/automated/tramp-tests.el
index b66420465bf..73a72946db4 100644
--- a/test/automated/tramp-tests.el
+++ b/test/automated/tramp-tests.el
@@ -2037,7 +2037,6 @@ Use the `ls' command."
2037 2037
2038(defun tramp--test-utf8 () 2038(defun tramp--test-utf8 ()
2039 "Perform the test in `tramp-test32-utf8*'." 2039 "Perform the test in `tramp-test32-utf8*'."
2040 (tramp--instrument-test-case 10
2041 (let ((coding-system-for-read 'utf-8) 2040 (let ((coding-system-for-read 'utf-8)
2042 (coding-system-for-write 'utf-8) 2041 (coding-system-for-write 'utf-8)
2043 (file-name-coding-system 'utf-8)) 2042 (file-name-coding-system 'utf-8))
@@ -2045,8 +2044,9 @@ Use the `ls' command."
2045 (unless (tramp--test-hpux-p) "Γυρίστε το Γαλαξία με Ώτο Στοπ") 2044 (unless (tramp--test-hpux-p) "Γυρίστε το Γαλαξία με Ώτο Στοπ")
2046 (unless (or (tramp--test-hpux-p) (tramp--test-darwin-p)) 2045 (unless (or (tramp--test-hpux-p) (tramp--test-darwin-p))
2047 "أصبح بوسعك الآن تنزيل نسخة كاملة من موسوعة ويكيبيديا العربية لتصفحها بلا اتصال بالإنترنت") 2046 "أصبح بوسعك الآن تنزيل نسخة كاملة من موسوعة ويكيبيديا العربية لتصفحها بلا اتصال بالإنترنت")
2048 "银河系漫游指南系列" 2047 (unless (tramp--test-darwin-p)
2049 "Автостопом по гала́ктике")))) 2048 "银河系漫游指南系列")
2049 "Автостопом по гала́ктике")))
2050 2050
2051(ert-deftest tramp-test32-utf8 () 2051(ert-deftest tramp-test32-utf8 ()
2052 "Check UTF8 encoding in file names and file contents." 2052 "Check UTF8 encoding in file names and file contents."