summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames E Keenan <jkeenan@cpan.org>2019-08-07 09:39:56 -0400
committerJames E Keenan <jkeenan@cpan.org>2019-08-12 16:07:12 -0400
commit665ac6aded4b9694283d373a0f127f32a3e75b26 (patch)
tree764e1e6a66bc559619505e20272b031daba206ac
parentafd070d306b88fd469a590328a4843bea86e92b6 (diff)
downloadperl-665ac6aded4b9694283d373a0f127f32a3e75b26.tar.gz
Run tests in ext/File-Find/t in series
For: RT # 133771
-rw-r--r--t/harness2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/harness b/t/harness
index caa2a318b8..b9857fa022 100644
--- a/t/harness
+++ b/t/harness
@@ -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;
}