From 9296a89e7ec6a3084e31b0f8fd4b986382847e26 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Sun, 10 Mar 2024 12:20:44 +0100 Subject: [PATCH] ; Fix Tramp test --- 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 3c655151961..0b0f87553b9 100644 --- a/test/lisp/net/tramp-tests.el +++ b/test/lisp/net/tramp-tests.el @@ -4939,7 +4939,7 @@ This tests also `make-symbolic-link', `file-truename' and `add-name-to-file'." (discard-input) (setq test (car test-and-result) unread-command-events - (mapcar #'identity (concat test "\t\t\n")) + (mapcar #'identity (concat test "\t\t\r")) completions nil result (read-file-name "Prompt: ")) -- 2.39.5