]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/plack.t
tests: deal with the removal of '.' from @INC in newer Perl
[public-inbox.git] / t / plack.t
index 1d624589e810f63b24f927efb616aaa32da9c3ee..e578064438b4d064552b9d0a66ca037cbec101cc 100644 (file)
--- a/t/plack.t
+++ b/t/plack.t
@@ -5,7 +5,7 @@ use warnings;
 use Test::More;
 use Email::MIME;
 use File::Temp qw/tempdir/;
-my $psgi = "examples/public-inbox.psgi";
+my $psgi = "./examples/public-inbox.psgi";
 my $tmpdir = tempdir('pi-plack-XXXXXX', TMPDIR => 1, CLEANUP => 1);
 my $pi_config = "$tmpdir/config";
 my $maindir = "$tmpdir/main.git";