about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--t/feed.t2
-rw-r--r--t/plack.t2
2 files changed, 2 insertions, 2 deletions
diff --git a/t/feed.t b/t/feed.t
index b60273ed..7e1596b1 100644
--- a/t/feed.t
+++ b/t/feed.t
@@ -11,7 +11,7 @@ use PublicInbox::Config;
 use PublicInbox::Inbox;
 use File::Temp qw/tempdir/;
 my $have_xml_feed = eval { require XML::Feed; 1 };
-require 't/common.perl';
+require './t/common.perl';
 
 sub string_feed {
         stream_to_string(PublicInbox::Feed::generate($_[0]));
diff --git a/t/plack.t b/t/plack.t
index 1d624589..e5780644 100644
--- 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";