summaryrefslogtreecommitdiff
path: root/ext/File-Find/t
Commit message (Expand)AuthorAgeFilesLines
* File-Find - set up tempdir early and test that we can chdir to it.Yves Orton2023-02-093-34/+92
* File-Find/t - rework tempdir creation and cleanupYves Orton2023-01-312-25/+26
* File-Find/t - use File::Temp to create a private test directory to prevent ra...Yves Orton2023-01-042-3/+17
* File-Find/t/taint.t - do not use rel2abs after we have forced to Unix modeYves Orton2023-01-041-22/+13
* File::Find: fix "follow => 1" on WindowsA. Sinan Unur2022-08-022-1/+64
* File::Find: normalise indentationTomasz Konojacki2022-08-022-48/+48
* Remove inheritance from Exporter in ext/ modulesMax Maischein2021-06-251-2/+1
* File::Find: support Win32 symlinksTony Cook2020-12-013-5/+51
* File::Find find.t: switch to done_testing()Tony Cook2020-12-011-5/+2
* Make find.t work on VMS by trimming trailing dots.Craig A. Berry2019-08-251-2/+6
* File-Find/t/find.t: reindent after adding a SKIP blockTony Cook2019-07-221-38/+38
* writing to the root directory requires elevated privilegesTony Cook2019-07-221-1/+4
* find.t: Use temporary testing directory for all blocks of tests.James E Keenan2019-01-231-46/+56
* Correct error message in t/taint.t.James E Keenan2018-12-071-1/+1
* ext/File-Find: support parallel testingDavid Mitchell2018-11-191-62/+62
* handle empty directory lists in File::FindMohammed El-Afifi2015-11-171-1/+11
* Check validity of keys in hash passed as first argument.James E Keenan2014-08-301-1/+41
* Test previously untested branches in lib/File/Find.pm.James E Keenan2013-12-091-1/+30
* Remove tests of $File::Find::untaint_pattern.James E Keenan2013-12-071-26/+1
* Add test for previously uncovered case.James E Keenan2013-12-041-1/+25
* Standardize dir_path() and file_path() in package Testing.James E Keenan2013-12-043-115/+65
* Extract subroutines used to test File-Find into separate package.James E Keenan2013-12-013-38/+51
* Standardize subroutine definitions between tests.James E Keenan2013-12-012-25/+31
* Check symlink status before setting File::Find::fullname to undef.Victor Efimov2013-11-191-2/+30
* Convert to using Test::More. Provide each test with a description.James E Keenan2013-11-171-357/+433
* Move File::Find from lib/ to ext/Nicholas Clark2013-07-052-0/+1348