emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 273d7b3: Extend comment about scope of tramp-test05


From: Michael Albinus
Subject: [Emacs-diffs] master 273d7b3: Extend comment about scope of tramp-test05-expand-file-name-relative
Date: Fri, 29 Mar 2019 12:22:34 -0400 (EDT)

branch: master
commit 273d7b3ee0f4841c7f3f112aeb2e29db51a642e7
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    Extend comment about scope of tramp-test05-expand-file-name-relative
---
 test/lisp/net/tramp-tests.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el
index 7290eb2..1c7198c 100644
--- a/test/lisp/net/tramp-tests.el
+++ b/test/lisp/net/tramp-tests.el
@@ -2013,9 +2013,9 @@ properly.  BODY shall not contain a timeout."
     (expand-file-name "/method:host:/:/~/path/./file")
     "/method:host:/:/~/path/file")))
 
-;; The following test is inspired by Bug#26911.  It is rather a bug in
-;; `expand-file-name', and it fails for all Emacs versions.  Test
-;; added for later, when it is fixed.
+;; The following test is inspired by Bug#26911 and Bug#34834.  They
+;; are rather bugs in `expand-file-name', and it fails for all Emacs
+;; versions.  Test added for later, when they are fixed.
 (ert-deftest tramp-test05-expand-file-name-relative ()
   "Check `expand-file-name'."
   ;; Mark as failed until bug has been fixed.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]