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