Actions
Bug #3857
closedOpenSSL::TestUtils.silent が $VERBOSE を戻していない
Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
-
ruby -v:
ruby 1.9.3dev (2010-09-22 trunk 29315) [i686-linux]
Backport:
Description
=begin
OpenSSL::TestUtils.silent が $VERBOSE を戻していないので他のテストに影響が出ることがあったようです。
問題なさそうならコミットしておきます。
Index: test/openssl/utils.rb
===================================================================
--- test/openssl/utils.rb (revision 29315)
+++ test/openssl/utils.rb (working copy)
@@ -138,7 +138,7 @@
back, $VERBOSE = $VERBOSE, nil
yield
ensure
- $VERBOSE = back if back
- $VERBOSE = back end end end =end
Related issues
Updated by znz (Kazuhiro NISHIYAMA) over 10 years ago
- Status changed from Open to Closed
=begin
r29317
=end
Actions