From ad9a79a84a8eb8f908bbf22c53ba56d78e094930 Mon Sep 17 00:00:00 2001 From: Brian Cox Date: Sat, 8 Jul 2017 19:47:49 -0700 Subject: [PATCH] Add '.' to test-harness @INC path, since latest Perl 5 apparently now excludes it by default. --- src/test-harness/twtest.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test-harness/twtest.pl b/src/test-harness/twtest.pl index 1d87e3b..815e9b1 100755 --- a/src/test-harness/twtest.pl +++ b/src/test-harness/twtest.pl @@ -1,7 +1,7 @@ #!/usr/bin/perl use strict; - +use lib '.'; use twtools; my @twtests = ();