cope with no-dot-in-inc in xt tests
Graham Knop [Tue, 8 May 2018 11:40:15 +0000 (13:40 +0200)]
xt/json_pp_legacy.t
xt/json_xs_legacy.t

index b69b5c9..2a355e7 100644 (file)
@@ -3,4 +3,4 @@ use warnings;
 
 $ENV{PERL_JSON_BACKEND} = 'JSON::PP';
 
-require 'xt/json_pm_legacy.t';
+require './xt/json_pm_legacy.t';
index ae672c5..6af9d48 100644 (file)
@@ -3,4 +3,4 @@ use warnings;
 
 $ENV{PERL_JSON_BACKEND} = 'JSON::XS';
 
-require 'xt/json_pm_legacy.t';
+require './xt/json_pm_legacy.t';