From 20f9645898b908ec37680930b2028dcda24ce2d0 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Wed, 25 Nov 2020 12:24:08 +0100 Subject: [PATCH] * 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 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. -- 2.39.2