fix bug that allowed forwarded logs to be output from the logger built via env vars
[scpubgit/Object-Remote.git] / t / await.t
index d96cf3d..0ab2803 100644 (file)
--- a/t/await.t
+++ b/t/await.t
@@ -3,6 +3,7 @@ use Test::More;
 use Test::Fatal;
 use FindBin;
 use lib "$FindBin::Bin/lib";
+$ENV{OBJECT_REMOTE_TEST_LOGGER} = 1;
 
 use Object::Remote;
 use Object::Remote::Future qw( await_all await_future );