coreutils
[Top][All Lists]
Advanced

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

Re: coreutils-9.0.193-54bec on Solaris 11.4


From: Pádraig Brady
Subject: Re: coreutils-9.0.193-54bec on Solaris 11.4
Date: Wed, 13 Apr 2022 00:33:44 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Thunderbird/97.0

On 12/04/2022 23:29, Bruno Haible wrote:
Pádraig Brady wrote:
FAIL: tests/install/basic-1
===========================
FAIL: tests/mv/diag
===================
The attached addresses these two test failures in my testing.

Confirmed: It fixes these two test failures also on Solaris 11.4.

Thanks for confirming.
It needs a small tweak for systems without O_DIRECTORY:


-  if (O_DIRECTORY && maybe_dir)
+  if (maybe_dir)
     fd = open (file, O_PATHSEARCH | O_DIRECTORY);

Also I need to remove the related NEWS entry,
as all this was only added after v9.0 was released.

cheers,
Pádraig



reply via email to

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