summaryrefslogtreecommitdiff
path: root/t/TEST
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2018-07-19 17:26:22 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2018-07-19 17:26:22 +0100
commit569569dd0481c274bda94ef7ae5c7d492485ee22 (patch)
treebdd87e6c47ce1d7ecd00ee67317a19a949732e0a /t/TEST
parent569dc10932121baed0e806ccb1a6669300390011 (diff)
downloadperl-569569dd0481c274bda94ef7ae5c7d492485ee22.tar.gz
Undo part of commit 06db6b4516 - Test-Simple still needs '.' in @INC too
I was getting cpan/Test-Simple/t/Legacy/Tester/tbt_09do.t failing without this fix.
Diffstat (limited to 't/TEST')
-rwxr-xr-xt/TEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/TEST b/t/TEST
index f684cad838..9a4b4e7a28 100755
--- a/t/TEST
+++ b/t/TEST
@@ -84,6 +84,7 @@ my %temp_no_core =
my %temp_needs_dot = map { $_ => 1 } qw(
../cpan/Filter-Util-Call
../cpan/libnet
+ ../cpan/Test-Simple
);