perl/ext/File-Find
Yves Orton 5d4d8b9fa5 File-Find - set up tempdir early and test that we can chdir to it.
If for some reason we die very early in the test script the cleanup()
function would get called before we had set up $test_root_dir or
$test_temp_dir. This then lead to further errors being generated by trying
to chdir into an undefined directory. This patch ensures that the various
setup behavior worked correctly, and that if it does not that we have some
clear diagnostics about it.
2023-02-09 21:31:19 -07:00
..