remove t/logsetup.pl and move feature into $ENV{OBJECT_REMOTE_TEST_LOGGER}; set to...
[scpubgit/Object-Remote.git] / t / tied.t
index e22ee2e..0cca142 100644 (file)
--- a/t/tied.t
+++ b/t/tied.t
@@ -6,7 +6,7 @@ use lib 't/lib';
 use Tie::Array;
 use Tie::Hash; 
 
-require 't/logsetup.pl';
+$ENV{OBJECT_REMOTE_TEST_LOGGER} = 1;
 
 use Object::Remote; 
 use ORTestTiedRemote;