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

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

bug#43353: 28.0.50; "make check" fails if there are non-ASCII characters


From: Michael Albinus
Subject: bug#43353: 28.0.50; "make check" fails if there are non-ASCII characters in the Emacs path
Date: Sun, 13 Sep 2020 13:31:16 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Glenn Morris <rgm@gnu.org> writes:

Hi Glenn,

> AFAICS the sole remaining failure is tramp-archive-test02-file-name-dissect,
> where host != (url-hexify-string (concat
> "file://"tramp-archive-test-file-archive))
> This fails because:
> host = tramp-archive-gvfs-host =
>   (url-hexify-string (tramp-gvfs-url-file-name ... ))
>   where tramp-gvfs-url-file-name also does a url-hexify-string
> So host contains the result of two applications of url-hexify-string,
> meaning that a literal % ends up replaced by a %25.
> So comparing this for equality with the result of a single
> url-hexify-string fails.

Thanks for the analysis. Fortunately, there's no error in Tramp itself;
it was just an error in the test case. Should be fixed now.

Best regards, Michael.





reply via email to

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