bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#26911: 25.2; eshell "cd .." doesn't work correctly with TRAMP


From: Michael Albinus
Subject: bug#26911: 25.2; eshell "cd .." doesn't work correctly with TRAMP
Date: Sun, 30 Aug 2020 11:46:53 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Eli Zaretskii <eliz@gnu.org> writes:

Hi Eli,

> This variant seems to work:
>
>   REMOTE_TEMPORARY_FILE_DIRECTORY=/plink:user@host:/tmp make 
> lisp/net/tramp-tests
>
> Most of the tests are "skipped", but the one you were interested in
> isn't skipped, and indeed fails:
>
>   Test tramp-test05-expand-file-name condition:
>       (ert-test-failed
>        ((should
>        (string-equal
>         (expand-file-name "/method:host:/path/.")
>         (if ... "/method:host:/path/" "/method:host:/path")))
>       :form
>       (string-equal "/method:host:/path" "/method:host:/path/")
>       :value nil))
>      FAILED  12/70  tramp-test05-expand-file-name (0.000000 sec)

This is as expected, thanks.

I'm a little bit undecided whether I do special-case the test for
running on MS Windows, or whether I wait that it will be fixed. WDYT?

> HTH

Best regards, Michael.





reply via email to

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