Skip to content

Commit

Permalink
only TLS support needs to be disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 15, 2017
1 parent e0d5bff commit fdc582e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/mojo/daemon.t
@@ -1,7 +1,7 @@
use Mojo::Base -strict;

BEGIN {
$ENV{MOJO_NO_SOCKS} = $ENV{MOJO_NO_TLS} = 1;
$ENV{MOJO_NO_TLS} = 1;
$ENV{MOJO_REACTOR} = 'Mojo::Reactor::Poll';
}

Expand Down

0 comments on commit fdc582e

Please sign in to comment.