From 53d06bb081ad2f180eb277f3e1dd62889ab61a31 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 28 Nov 2010 13:25:58 +0000 Subject: * test/iconv/utils.rb: suppress warning message. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29965 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/iconv/utils.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test') diff --git a/test/iconv/utils.rb b/test/iconv/utils.rb index bc75deb173..5f72dd3aea 100644 --- a/test/iconv/utils.rb +++ b/test/iconv/utils.rb @@ -1,8 +1,11 @@ begin + verbose, $VERBOSE = $VERBOSE, nil require 'iconv' rescue LoadError else require 'test/unit' +ensure + $VERBOSE = verbose end class TestIconv < ::Test::Unit::TestCase -- cgit v1.2.3