mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 04:21:24 +00:00
; Fix last Tramp change
This commit is contained in:
parent
133c79b6bc
commit
fe45d875a4
1 changed files with 1 additions and 1 deletions
|
|
@ -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))))
|
||||
|
|
|
|||
Loading…
Reference in a new issue