From dfd76688beac1d99a9cdcfe375e0a125cb039b8f Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Tue, 22 Feb 2022 08:50:17 +0100 Subject: [PATCH] * test/lisp/net/tramp-tests.el (tramp--test-check-files): Adapt test. --- test/lisp/net/tramp-tests.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el index 2ce7881543f..4e74f2aa73f 100644 --- a/test/lisp/net/tramp-tests.el +++ b/test/lisp/net/tramp-tests.el @@ -6533,8 +6533,8 @@ This requires restrictions of file name syntax." ;; processes in Emacs. That doesn't work ;; for tramp-adb.el. tramp-sshfs.el times ;; out for older Emacsen, reason unknown. - (or (not (tramp--test-adb-p)) - (not (tramp--test-sshfs-p)) + (or (and (not (tramp--test-adb-p)) + (not (tramp--test-sshfs-p))) (tramp--test-emacs27-p))) (let ((default-directory file1)) (dolist (this-shell-command -- 2.39.5