aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_engine.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_engine.rb')
-rw-r--r--test/test_engine.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_engine.rb b/test/test_engine.rb
index c236bd69..529a8010 100644
--- a/test/test_engine.rb
+++ b/test/test_engine.rb
@@ -83,7 +83,7 @@ class OpenSSL::TestEngine < OpenSSL::TestCase
# this is required because OpenSSL::Engine methods change global state
def with_openssl(code)
- assert_separately(["-ropenssl"], <<~"end;")
+ assert_separately([{ "MDEBUG" => nil }, "-ropenssl"], <<~"end;")
require #{__FILE__.dump}
include OpenSSL::TestEngine::Utils
#{code}