remove t/logsetup.pl and move feature into $ENV{OBJECT_REMOTE_TEST_LOGGER}; set to...
[scpubgit/Object-Remote.git] / t / basic_data.t
index e41ba55..c0f960e 100644 (file)
@@ -2,7 +2,7 @@ use strictures 1;
 use Test::More;
 use Sys::Hostname qw(hostname);
 
-require 't/logsetup.pl';
+$ENV{OBJECT_REMOTE_TEST_LOGGER} = 1;
 
 use Object::Remote::FromData;