Skip to content

Commit b33f80f

Browse files
committed
read_nonblock not present with Ruby < 1.9 OpenSSL .rb files
1 parent 4fbf49e commit b33f80f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ruby/ssl/test_ssl.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,6 @@ def test_read_nonblock_would_block
151151

152152
ssl.close
153153
end
154-
end
154+
end if RUBY_VERSION > '1.9'
155155

156156
end

0 commit comments

Comments
 (0)