X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Ffeed.t;h=8f19352fdbc273383573ddaae11f5f66c1ddbf9a;hb=4db4bfa2c9178b315d2ac09cff794a4476ba1f6e;hp=b60273ed53b313112f9ad175659a2936c3c454dd;hpb=f084e94a4774b95eb45f55fc9f0dfda678522e54;p=public-inbox.git diff --git a/t/feed.t b/t/feed.t index b60273ed..8f19352f 100644 --- a/t/feed.t +++ b/t/feed.t @@ -1,5 +1,5 @@ -# Copyright (C) 2014-2015 all contributors -# License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) +# Copyright (C) 2014-2018 all contributors +# License: AGPL-3.0+ use strict; use warnings; use Test::More; @@ -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]));