aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_ssl.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_ssl.rb')
-rw-r--r--test/test_ssl.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_ssl.rb b/test/test_ssl.rb
index 8bf0c214..9a28b5dd 100644
--- a/test/test_ssl.rb
+++ b/test/test_ssl.rb
@@ -64,7 +64,7 @@ class OpenSSL::TestSSL < OpenSSL::SSLTestCase
buf = ""
ssl.syswrite(str)
assert_same buf, ssl.sysread(str.size, buf)
- assert_equal(str, newstr)
+ assert_equal(str, buf)
}
}
end