|
From: | Dmitry Gutov |
Subject: | Re: [PATCH] Fix some failing tests in BSD systems |
Date: | Mon, 4 Jan 2021 03:41:20 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 |
On 03.01.2021 19:35, Eli Zaretskii wrote:
Why are we producing file names by concatenation, instead of calling expand-file-name? Wouldn't using the latter solve the problem? Or what did I miss?
While we sometimes do that (expand-file-name is not free, and for certain uses its overhead counts), that doesn't seem to be the case here.
The double slash here is produced by an external program, not by concatenation.
[Prev in Thread] | Current Thread | [Next in Thread] |