summaryrefslogtreecommitdiff
path: root/test/transport/test_algorithms.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/transport/test_algorithms.rb')
-rw-r--r--test/transport/test_algorithms.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/transport/test_algorithms.rb b/test/transport/test_algorithms.rb
index 34f7496..41adc4d 100644
--- a/test/transport/test_algorithms.rb
+++ b/test/transport/test_algorithms.rb
@@ -23,7 +23,8 @@ module Transport
if defined?(OpenSSL::Digest::SHA256)
assert_equal %w[hmac-sha1 hmac-md5 hmac-sha1-96 hmac-md5-96 hmac-ripemd160 hmac-ripemd160@openssh.com hmac-sha2-256 hmac-sha2-512 hmac-sha2-256-96 hmac-sha2-512-96 none], algorithms[:hmac]
else
- assert_equal %w[hmac-sha1 hmac-md5 hmac-sha1-96 hmac-md5-96 hmac-ripemd160 hmac-ripemd160@openssh.com none umac-128-etm@openssh.com], algorithms[:hmac] end
+ assert_equal %w[hmac-sha1 hmac-md5 hmac-sha1-96 hmac-md5-96 hmac-ripemd160 hmac-ripemd160@openssh.com none umac-128-etm@openssh.com], algorithms[:hmac]
+ end
assert_equal %w[none zlib@openssh.com zlib], algorithms[:compression]
assert_equal %w[], algorithms[:language]
end