]> git.eshelyaron.com Git - emacs.git/commitdiff
* test/lisp/net/tramp-tests.el (tramp-test29-start-file-process):
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 25 Nov 2020 11:24:08 +0000 (12:24 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 25 Nov 2020 11:24:08 +0000 (12:24 +0100)
Use `tramp--test-windows-nt-p'.

test/lisp/net/tramp-tests.el

index b2e8cc194595c6ebfb957aec8391a07a0db41c35..eeb838be30b43699bbeb167a910eca99975db072 100644 (file)
@@ -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.