From: Michael Albinus Date: Wed, 25 Nov 2020 11:24:08 +0000 (+0100) Subject: * test/lisp/net/tramp-tests.el (tramp-test29-start-file-process): X-Git-Tag: emacs-28.0.90~5029 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=20f9645898b908ec37680930b2028dcda24ce2d0;p=emacs.git * test/lisp/net/tramp-tests.el (tramp-test29-start-file-process): Use `tramp--test-windows-nt-p'. --- diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el index b2e8cc19459..eeb838be30b 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.