From fe45d875a45557a85b0b5f0ba808feeab6a516f7 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Thu, 11 Jun 2026 14:52:55 +0200 Subject: [PATCH] ; Fix last Tramp change --- 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 0aaf7d36dfa..8edbb4ffe23 100644 --- a/test/lisp/net/tramp-tests.el +++ b/test/lisp/net/tramp-tests.el @@ -9082,7 +9082,7 @@ process sentinels. They shall not disturb each other." (string-equal (tramp--test-operation tramp-test-vec) (tramp--handle-test-operation tramp-test-vec))) (let ((vec (copy-tramp-file-name tramp-test-vec))) - (setf (tramp-file-name-method vec) (if (tramp--test-sh-p) "sftp" "sudo")) + (setf (tramp-file-name-method vec) (if (tramp--test-sh-p) "rclone" "sudo")) (should-not (string-equal (tramp--test-operation vec) (tramp--handle-test-operation vec))))