summaryrefslogtreecommitdiff
path: root/test/openssl
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-09-22 08:16:49 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-09-22 08:16:49 +0000
commit631d23c57bc7cda4bf3ef332597f88c8739c0615 (patch)
tree60c04cd030030d5cde7844ea0b248b7c089dd6ba /test/openssl
parenta33353f8804211e6d0d98c180068c465f49cf242 (diff)
* 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
Diffstat (limited to 'test/openssl')
-rw-r--r--test/openssl/utils.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/openssl/utils.rb b/test/openssl/utils.rb
index 0e19eec105..c116bf9e3e 100644
--- a/test/openssl/utils.rb
+++ b/test/openssl/utils.rb
@@ -138,7 +138,7 @@ Q1VB8qkJN7rA7/2HrCR3gTsWNb1YhAsnFsoeRscC+LxXoXi9OAIUBG98h4tilg6S
back, $VERBOSE = $VERBOSE, nil
yield
ensure
- $VERBOSE = back if back
+ $VERBOSE = back
end
end
end