Re: renameatu: Work around a GNU/Hurd bug.

2025-01-19 Thread Collin Funk
Hi Bruno, Bruno Haible writes: > Thanks. Let me tweak the configure test: > - It is confusing that the test has an open file descriptor to the file > being renamed. > - It is useful for the test to return a bit mask, instead of having > two 'return 1;' cases. Namely, if the test fail

Re: renameatu: Work around a GNU/Hurd bug.

2025-01-19 Thread Bruno Haible via Gnulib discussion list
Collin Funk wrote: > The renameatu and rename tests fail on GNU/Hurd since renameat2 on that > platform does not properly handle trailing slashes. I've reported that > bug with a test case [1]. > > Applied the attached patch which adds a configure check and documents > the bug. Thanks. Let me twe