summaryrefslogtreecommitdiff
path: root/lib/net/ssh/test/packet.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/net/ssh/test/packet.rb')
-rw-r--r--lib/net/ssh/test/packet.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/ssh/test/packet.rb b/lib/net/ssh/test/packet.rb
index e604b98..da5a986 100644
--- a/lib/net/ssh/test/packet.rb
+++ b/lib/net/ssh/test/packet.rb
@@ -82,7 +82,7 @@ module Net
when CHANNEL_REQUEST
parts = %i[long string bool]
case @data[1]
- when "exec", "subsystem","shell" then parts << :string
+ when "exec", "subsystem", "shell" then parts << :string
when "exit-status" then parts << :long
when "pty-req" then parts.concat(%i[string long long long long string])
when "env" then parts.contact(%i[string string])