Skip to content

Commit b0398af

Browse files
authored
Merge pull request #158 from jackorp/fix_test
Remove assert matching stderr output in test_sni.
2 parents 6456725 + 4ec8c12 commit b0398af

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test/webrick/test_https.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ def test_sni
8787
$stderr = old_stderr
8888
end
8989

90-
assert_match(/\A([.+*]+\n)+\z/, stderr_buffer.string)
9190
assert_equal("master", https_get(addr, port, "localhost", "/localhost"))
9291
assert_equal("master", https_get(addr, port, "unknown", "/unknown", "localhost"))
9392
assert_equal("vhost1", https_get(addr, port, "vhost1", "/vhost1"))

0 commit comments

Comments
 (0)