aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2014-12-29 17:35:09 +0100
committerMichael Albinus2014-12-29 17:35:09 +0100
commit96ebe180f2d45dfdeaec7b0daeb08e6cf788f06e (patch)
treeb5d00e024a47fab00cae663c3af8d153d638c6aa
parente792450d4b723ea4ba0037125b52075b57d0ae84 (diff)
downloademacs-96ebe180f2d45dfdeaec7b0daeb08e6cf788f06e.tar.gz
emacs-96ebe180f2d45dfdeaec7b0daeb08e6cf788f06e.zip
Sync with Tramp 2.2.11.
* automated/tramp-tests.el (tramp-test30-special-characters): Skip test on MS-Windows.
-rw-r--r--test/ChangeLog9
-rw-r--r--test/automated/tramp-tests.el7
2 files changed, 12 insertions, 4 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index 74d46775431..0e4e852bf8a 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,6 +1,13 @@
12014-12-29 Michael Albinus <michael.albinus@gmx.de>
2
3 Sync with Tramp 2.2.11.
4
5 * automated/tramp-tests.el (tramp-test30-special-characters):
6 Skip test on MS-Windows.
7
12014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org> 82014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
2 9
3 (python-shell-buffer-substring-9): New test. 10 * automated/python-tests.el (python-shell-buffer-substring-9): New test.
4 11
52014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org> 122014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
6 13
diff --git a/test/automated/tramp-tests.el b/test/automated/tramp-tests.el
index 317ce12fc8e..f80b7d4b8a4 100644
--- a/test/automated/tramp-tests.el
+++ b/test/automated/tramp-tests.el
@@ -1547,6 +1547,8 @@ This tests also `make-symbolic-link', `file-truename' and `add-name-to-file'."
1547 '(tramp-adb-file-name-handler 1547 '(tramp-adb-file-name-handler
1548 tramp-gvfs-file-name-handler 1548 tramp-gvfs-file-name-handler
1549 tramp-smb-file-name-handler)))) 1549 tramp-smb-file-name-handler))))
1550 ;; Bug#19463.
1551 (skip-unless (not (eq system-type 'windows-nt)))
1550 1552
1551 ;; Newlines, slashes and backslashes in file names are not supported. 1553 ;; Newlines, slashes and backslashes in file names are not supported.
1552 ;; So we don't test. 1554 ;; So we don't test.
@@ -1742,10 +1744,9 @@ Since it unloads Tramp, it shall be the last test to run."
1742;; doesn't work well when an interactive password must be provided. 1744;; doesn't work well when an interactive password must be provided.
1743;; * Fix `tramp-test27-start-file-process' for `nc' and on MS 1745;; * Fix `tramp-test27-start-file-process' for `nc' and on MS
1744;; Windows (`process-send-eof'?). 1746;; Windows (`process-send-eof'?).
1745;; * Fix `tramp-test28-shell-command' on MS Windows (nasty plink message).
1746;; * Fix `tramp-test30-special-characters' for `adb', `nc' and `smb'. 1747;; * Fix `tramp-test30-special-characters' for `adb', `nc' and `smb'.
1747;; * Fix `tramp-test31-utf8' for MS Windows and `nc'/`telnet' (when 1748;; * Fix `tramp-test31-utf8' for `nc'/`telnet' (when target is a dumb
1748;; target is a dumb busybox). Seems to be in `directory-files'. 1749;; busybox). Seems to be in `directory-files'.
1749;; * Fix Bug#16928. Set expected error of `tramp-test32-asynchronous-requests'. 1750;; * Fix Bug#16928. Set expected error of `tramp-test32-asynchronous-requests'.
1750;; * Fix `tramp-test34-unload' (Not all symbols are unbound). Set 1751;; * Fix `tramp-test34-unload' (Not all symbols are unbound). Set
1751;; expected error. 1752;; expected error.