Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: d404f73baa29d5697ed2cac768de015217d5e819
      
https://github.com/Perl/perl5/commit/d404f73baa29d5697ed2cac768de015217d5e819
  Author: Yves Orton <demer...@gmail.com>
  Date:   2023-01-31 (Tue, 31 Jan 2023)

  Changed paths:
    M ext/File-Find/t/find.t
    M ext/File-Find/t/taint.t

  Log Message:
  -----------
  File-Find/t - rework tempdir creation and cleanup

Fixes #20734 - in a previous patch I missed the early cleanup call
and the fact that it could result in a race condition. This hopefully
resolves the problem.

These tests files are pretty crufty. It would be nice to see them split
apart so that the "sanity" checks which expect to be run in t/ are
executed in a separate test files from the checks which build a tree to
traverse for testing. A perfect task for a new contributor.


Reply via email to