projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e45ad6b
)
* test/lisp/net/tramp-tests.el (tramp-test29-start-file-process):
author
Michael Albinus
<michael.albinus@gmx.de>
Wed, 25 Nov 2020 11:24:08 +0000
(12:24 +0100)
committer
Michael 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
patch
|
blob
|
history
diff --git
a/test/lisp/net/tramp-tests.el
b/test/lisp/net/tramp-tests.el
index b2e8cc194595c6ebfb957aec8391a07a0db41c35..eeb838be30b43699bbeb167a910eca99975db072 100644
(file)
--- 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.