emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 95606af: Fix Bug#29712 in tramp-tests.el


From: Michael Albinus
Subject: [Emacs-diffs] emacs-26 95606af: Fix Bug#29712 in tramp-tests.el
Date: Fri, 15 Dec 2017 03:37:52 -0500 (EST)

branch: emacs-26
commit 95606af8b06129f82efef54714bb95d6e95c0836
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    Fix Bug#29712 in tramp-tests.el
    
    * test/lisp/net/tramp-tests.el
    (tramp-test32-environment-variables-and-port-numbers):
    Skip for macOS.  (Bug#29712)
---
 test/lisp/net/tramp-tests.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el
index 1261a81..c157700 100644
--- a/test/lisp/net/tramp-tests.el
+++ b/test/lisp/net/tramp-tests.el
@@ -3637,6 +3637,8 @@ This tests also `make-symbolic-link', `file-truename' and 
`add-name-to-file'."
 (ert-deftest tramp-test32-environment-variables-and-port-numbers ()
   "Check that two connections with separate ports are different."
   (skip-unless (tramp--test-enabled))
+  ;; Bug#29712.
+  (skip-unless (not (eq system-type 'darwin)))
   ;; We test it only for the mock-up connection; otherwise there might
   ;; be problems with the used ports.
   (skip-unless (and (eq tramp-syntax 'default)



reply via email to

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