proxy dies() when a method is invoked and the handle is not valid; add 2 more exclusi...
[scpubgit/Object-Remote.git] / t / transfer.t
index 0ce0846..1102194 100644 (file)
@@ -3,6 +3,8 @@ use Test::More;
 use Test::Fatal;
 use FindBin;
 
+require 't/logsetup.pl';
+
 $ENV{PERL5LIB} = join(
   ':', ($ENV{PERL5LIB} ? $ENV{PERL5LIB} : ()), qw(lib t/lib)
 );