mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-17 09:05:50 +02:00
* tests/cp/nfs-removal-race.sh: This test was invalid since v8.32 as we now use fstatat() rather than stat(). Also since commit v9.0-66-ge2daa8f79 we leverage the errno from open(O_DIRECTORY) to avoid a stat, so pass --no-target-directory to ensure fstatat() is called. Discussed in https://github.com/coreutils/coreutils/pull/161