remove t/logsetup.pl and move feature into $ENV{OBJECT_REMOTE_TEST_LOGGER}; set to...
[scpubgit/Object-Remote.git] / t / reconnect.t
index 2b5473b..4d99de2 100644 (file)
@@ -1,6 +1,8 @@
 use strictures 1;
 use Test::More;
 
+$ENV{OBJECT_REMOTE_TEST_LOGGER} = 1;
+
 use Object::Remote;
 use Object::Remote::FromData;
 
@@ -39,4 +41,4 @@ sub pid {
 
 sub ping {
   return 'pong';
-}
\ No newline at end of file
+}