* test/lisp/net/tramp-tests.el (tramp-test29-start-file-process):
Use `tramp--test-windows-nt-p'.
This commit is contained in:
parent
e45ad6b08e
commit
20f9645898
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue