From: Graham Knop Date: Tue, 8 May 2018 11:40:15 +0000 (+0200) Subject: cope with no-dot-in-inc in xt tests X-Git-Tag: v1.004001~15 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c99571ec163e5cfe77a1b945acf978b250e60efc;p=p5sagit%2FJSON-MaybeXS.git cope with no-dot-in-inc in xt tests --- diff --git a/xt/json_pp_legacy.t b/xt/json_pp_legacy.t index b69b5c9..2a355e7 100644 --- a/xt/json_pp_legacy.t +++ b/xt/json_pp_legacy.t @@ -3,4 +3,4 @@ use warnings; $ENV{PERL_JSON_BACKEND} = 'JSON::PP'; -require 'xt/json_pm_legacy.t'; +require './xt/json_pm_legacy.t'; diff --git a/xt/json_xs_legacy.t b/xt/json_xs_legacy.t index ae672c5..6af9d48 100644 --- a/xt/json_xs_legacy.t +++ b/xt/json_xs_legacy.t @@ -3,4 +3,4 @@ use warnings; $ENV{PERL_JSON_BACKEND} = 'JSON::XS'; -require 'xt/json_pm_legacy.t'; +require './xt/json_pm_legacy.t';