Skip to content

Commit

Permalink
test fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
sergot committed Jul 9, 2014
1 parent 139d28e commit 5d14406
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion t/01-basic.t
Expand Up @@ -11,7 +11,8 @@ is $ssl.ctx.method.version, 768, 'new 2/3';
$ssl = OpenSSL.new(:client);
is $ssl.ctx.method.version, 771, 'new 3/3';

ok $ssl.set-fd(1), 'set-fd';
# wrong fd here
ok $ssl.set-fd(111), 'set-fd';

$ssl.set-connect-state;
is $ssl.ssl.server, 0, 'set-accept-state';
Expand Down

0 comments on commit 5d14406

Please sign in to comment.