From 083475a1f3a683bc9378c19555fe0cde99d60bc6 Mon Sep 17 00:00:00 2001 From: gotoyuzo Date: Mon, 10 Jan 2005 07:58:55 +0000 Subject: * test/webrick/utils.rb: resuce LoadError. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7760 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/webrick/utils.rb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'test/webrick/utils.rb') diff --git a/test/webrick/utils.rb b/test/webrick/utils.rb index adb0d106e7..f1e6e4b027 100644 --- a/test/webrick/utils.rb +++ b/test/webrick/utils.rb @@ -1,5 +1,8 @@ require "webrick" -require "webrick/https" +begin + require "webrick/https" +rescue LoadError +end require "webrick/httpproxy" module TestWEBrick -- cgit v1.2.3