Skip to content

Commit

Permalink
Fix perl include path for blacklist checking
Browse files Browse the repository at this point in the history
  • Loading branch information
ylavoie committed Mar 14, 2020
1 parent 83d51e2 commit fc3d1a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/06-blacklist.t
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ close $blist or diag("error closing $blacklist_file $!");

ok($contents, "Got contents from original blacklist");

my $contents2 = `perl $FindBin::Bin/../utils/test/makeblacklist.pl`;
my $contents2 = `perl -Ilib $FindBin::Bin/../utils/test/makeblacklist.pl`;
$? and fail 'makeblacklist.pl gave non-zero exit code';

$contents2 =~ s/\n//g;
Expand Down

0 comments on commit fc3d1a8

Please sign in to comment.