]> git.eshelyaron.com Git - emacs.git/commitdiff
Extend comment about scope of tramp-test05-expand-file-name-relative
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 29 Mar 2019 16:22:25 +0000 (17:22 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 29 Mar 2019 16:22:25 +0000 (17:22 +0100)
test/lisp/net/tramp-tests.el

index 7290eb239255c295cb8af79bbd9c19ee908ab901..1c7198ce560cf1a23ae1acc2c8930d7b1247c837 100644 (file)
@@ -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.