Skip to content

Commit

Permalink
s/lives_ok/lives-ok/
Browse files Browse the repository at this point in the history
  • Loading branch information
ugexe committed Sep 8, 2015
1 parent 1ef0d0d commit de9917a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/01-basic.t
Expand Up @@ -19,7 +19,7 @@ subtest {
skip "Negotiate ssl degrade", 1;
subtest {
return;
lives_ok { $ssl = IO::Socket::SSL.new(:host<google.com>, :port(80)) };
lives-ok { $ssl = IO::Socket::SSL.new(:host<google.com>, :port(80)) };
is $ssl.print("GET / HTTP/1.1\r\nHost:www.google.com\r\nConnection:close\r\n\r\n"), 57;
ok $ssl.get ~~ /\s200\s/;
}, "Connect non-ssl port:80";

0 comments on commit de9917a

Please sign in to comment.