diff options
author | James E Keenan <jkeenan@cpan.org> | 2019-08-07 09:39:56 -0400 |
---|---|---|
committer | James E Keenan <jkeenan@cpan.org> | 2019-08-12 16:07:12 -0400 |
commit | 665ac6aded4b9694283d373a0f127f32a3e75b26 (patch) | |
tree | 764e1e6a66bc559619505e20272b031daba206ac | |
parent | afd070d306b88fd469a590328a4843bea86e92b6 (diff) | |
download | perl-665ac6aded4b9694283d373a0f127f32a3e75b26.tar.gz |
Run tests in ext/File-Find/t in series
For: RT # 133771
-rw-r--r-- | t/harness | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -189,7 +189,7 @@ if (@ARGV) { # directory containing such files should be tested in serial order. # # Add exceptions to the above rule - for (qw(ext/Pod-Html/t cpan/IO-Zlib/t)) { + for (qw(ext/Pod-Html/t cpan/IO-Zlib/t ext/File-Find/t)) { $serials{$_} = 1; } |