diff options
| author | Michael Albinus | 2019-03-29 17:22:25 +0100 |
|---|---|---|
| committer | Michael Albinus | 2019-03-29 17:22:25 +0100 |
| commit | 273d7b3ee0f4841c7f3f112aeb2e29db51a642e7 (patch) | |
| tree | 0760b25d0ff4112f2a1d48dfc5c10d5e73731965 | |
| parent | fc2da0db49fad772f4497a9dc1ffb5722fc6cc1e (diff) | |
| download | emacs-273d7b3ee0f4841c7f3f112aeb2e29db51a642e7.tar.gz emacs-273d7b3ee0f4841c7f3f112aeb2e29db51a642e7.zip | |
Extend comment about scope of tramp-test05-expand-file-name-relative
| -rw-r--r-- | test/lisp/net/tramp-tests.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el index 7290eb23925..1c7198ce560 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." | |||
| 2013 | (expand-file-name "/method:host:/:/~/path/./file") | 2013 | (expand-file-name "/method:host:/:/~/path/./file") |
| 2014 | "/method:host:/:/~/path/file"))) | 2014 | "/method:host:/:/~/path/file"))) |
| 2015 | 2015 | ||
| 2016 | ;; The following test is inspired by Bug#26911. It is rather a bug in | 2016 | ;; The following test is inspired by Bug#26911 and Bug#34834. They |
| 2017 | ;; `expand-file-name', and it fails for all Emacs versions. Test | 2017 | ;; are rather bugs in `expand-file-name', and it fails for all Emacs |
| 2018 | ;; added for later, when it is fixed. | 2018 | ;; versions. Test added for later, when they are fixed. |
| 2019 | (ert-deftest tramp-test05-expand-file-name-relative () | 2019 | (ert-deftest tramp-test05-expand-file-name-relative () |
| 2020 | "Check `expand-file-name'." | 2020 | "Check `expand-file-name'." |
| 2021 | ;; Mark as failed until bug has been fixed. | 2021 | ;; Mark as failed until bug has been fixed. |