1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* test/openssl/utils.rb (OpenSSL#silent): always restore $VERBOSE. [ruby-dev:42285]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29317 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2010-09-22 08:16:49 +00:00
parent a33353f880
commit 631d23c57b
2 changed files with 6 additions and 1 deletions

View file

@ -138,7 +138,7 @@ Q1VB8qkJN7rA7/2HrCR3gTsWNb1YhAsnFsoeRscC+LxXoXi9OAIUBG98h4tilg6S
back, $VERBOSE = $VERBOSE, nil
yield
ensure
$VERBOSE = back if back
$VERBOSE = back
end
end
end