]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix Bug#29712 in tramp-tests.el
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 15 Dec 2017 08:37:42 +0000 (09:37 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 15 Dec 2017 08:37:42 +0000 (09:37 +0100)
* test/lisp/net/tramp-tests.el
(tramp-test32-environment-variables-and-port-numbers):
Skip for macOS.  (Bug#29712)

test/lisp/net/tramp-tests.el

index 1261a81378d643efbd2a32079b57b10f1848b2c5..c1577008d31ee00079c2cce86371d328ac44fc99 100644 (file)
@@ -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)