emacs-diffs
[Top][All Lists]
Advanced

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

master 20f9645: * test/lisp/net/tramp-tests.el (tramp-test29-start-file-


From: Michael Albinus
Subject: master 20f9645: * test/lisp/net/tramp-tests.el (tramp-test29-start-file-process):
Date: Wed, 25 Nov 2020 06:24:16 -0500 (EST)

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

    * test/lisp/net/tramp-tests.el (tramp-test29-start-file-process):
    
    Use `tramp--test-windows-nt-p'.
---
 test/lisp/net/tramp-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el
index b2e8cc1..eeb838b 100644
--- a/test/lisp/net/tramp-tests.el
+++ b/test/lisp/net/tramp-tests.el
@@ -4467,7 +4467,7 @@ This tests also `make-symbolic-link', `file-truename' and 
`add-name-to-file'."
              (should (processp proc))
              (should (equal (process-status proc) 'run))
              ;; On MS Windows, `process-tty-name' returns nil.
-             (unless (tramp--test-windows-nt)
+             (unless (tramp--test-windows-nt-p)
                (should (stringp (process-tty-name proc))))))
 
        ;; Cleanup.



reply via email to

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