emacs-diffs
[Top][All Lists]
Advanced

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

master 6f69284ada 2/2: Fix Tramp test


From: Michael Albinus
Subject: master 6f69284ada 2/2: Fix Tramp test
Date: Fri, 3 Jun 2022 13:55:41 -0400 (EDT)

branch: master
commit 6f69284ada78a63287de16c866bcbb218fd7ae28
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    Fix Tramp test
    
    * test/lisp/net/tramp-tests.el (tramp-test31-signal-process):
    Skip on MS Windows.
---
 test/lisp/net/tramp-tests.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el
index 569e9506d1..621b6ba1c2 100644
--- a/test/lisp/net/tramp-tests.el
+++ b/test/lisp/net/tramp-tests.el
@@ -5135,6 +5135,7 @@ If UNSTABLE is non-nil, the test is tagged as 
`:unstable'."
   :tags '(:expensive-test :tramp-asynchronous-processes :unstable)
   (skip-unless (tramp--test-enabled))
   (skip-unless (tramp--test-sh-p))
+  (skip-unless (not (tramp--test-windows-nt-p)))
   (skip-unless (not (tramp--test-crypt-p)))
   ;; Since Emacs 27.1.
   (skip-unless (macrop 'with-connection-local-variables))



reply via email to

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