emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-24 96ebe18 2/3: Sync with Tramp 2.2.11.


From: Michael Albinus
Subject: [Emacs-diffs] emacs-24 96ebe18 2/3: Sync with Tramp 2.2.11.
Date: Mon, 29 Dec 2014 16:38:11 +0000

branch: emacs-24
commit 96ebe180f2d45dfdeaec7b0daeb08e6cf788f06e
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    Sync with Tramp 2.2.11.
    
    * automated/tramp-tests.el (tramp-test30-special-characters):
    Skip test on MS-Windows.
---
 test/ChangeLog                |    9 ++++++++-
 test/automated/tramp-tests.el |    7 ++++---
 2 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/test/ChangeLog b/test/ChangeLog
index 74d4677..0e4e852 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,6 +1,13 @@
+2014-12-29  Michael Albinus  <address@hidden>
+
+       Sync with Tramp 2.2.11.
+
+       * automated/tramp-tests.el (tramp-test30-special-characters):
+       Skip test on MS-Windows.
+
 2014-12-27  Fabián Ezequiel Gallina  <address@hidden>
 
-       (python-shell-buffer-substring-9): New test.
+       * automated/python-tests.el (python-shell-buffer-substring-9): New test.
 
 2014-12-27  Fabián Ezequiel Gallina  <address@hidden>
 
diff --git a/test/automated/tramp-tests.el b/test/automated/tramp-tests.el
index 317ce12..f80b7d4 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'."
      '(tramp-adb-file-name-handler
        tramp-gvfs-file-name-handler
        tramp-smb-file-name-handler))))
+  ;; Bug#19463.
+  (skip-unless (not (eq system-type 'windows-nt)))
 
   ;; Newlines, slashes and backslashes in file names are not supported.
   ;; So we don't test.
@@ -1742,10 +1744,9 @@ Since it unloads Tramp, it shall be the last test to 
run."
 ;;   doesn't work well when an interactive password must be provided.
 ;; * Fix `tramp-test27-start-file-process' for `nc' and on MS
 ;;   Windows (`process-send-eof'?).
-;; * Fix `tramp-test28-shell-command' on MS Windows (nasty plink message).
 ;; * Fix `tramp-test30-special-characters' for `adb', `nc' and `smb'.
-;; * Fix `tramp-test31-utf8' for MS Windows and `nc'/`telnet' (when
-;;   target is a dumb busybox).  Seems to be in `directory-files'.
+;; * Fix `tramp-test31-utf8' for `nc'/`telnet' (when target is a dumb
+;;   busybox).  Seems to be in `directory-files'.
 ;; * Fix Bug#16928.  Set expected error of 
`tramp-test32-asynchronous-requests'.
 ;; * Fix `tramp-test34-unload' (Not all symbols are unbound).  Set
 ;;   expected error.



reply via email to

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