]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix Tramp test
authorEshel Yaron <me@eshelyaron.com>
Sun, 10 Mar 2024 11:20:44 +0000 (12:20 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sun, 10 Mar 2024 11:20:44 +0000 (12:20 +0100)
test/lisp/net/tramp-tests.el

index 3c655151961d1aa5627991a0d156d672399e5d3d..0b0f87553b9baa948ca94643080b767b8935cef6 100644 (file)
@@ -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: "))