Perl-Toolchain-Gang / Test-Harness

Run Perl standard test scripts with statistics
http://testanything.org/
29 stars 66 forks source link

Better check for t/ directory in Perl handler #132

Closed craigberry closed 3 months ago

craigberry commented 3 months ago

The simple pattern match doesn't work on VMS, where the directory name will be something like [.t.sample-tests]. So use the available facilities to parse the directories.