summaryrefslogtreecommitdiff
path: root/test/integration
diff options
context:
space:
mode:
authorFlorian Wininger <florian@cyberwatch.fr>2021-07-01 22:15:37 +0200
committerFlorian Wininger <florian@cyberwatch.fr>2021-07-01 22:15:37 +0200
commit093a84100e51365db9680d8ebd0755a4f1ebb455 (patch)
tree62eb306614d8cfaf530adcac180871fa05c5b35a /test/integration
parentf983dfcfe60442be8a835f2314f27e98cd6698c7 (diff)
downloadnet-ssh-093a84100e51365db9680d8ebd0755a4f1ebb455.tar.gz
Add Space after colon
Diffstat (limited to 'test/integration')
-rw-r--r--test/integration/test_ed25519_pkeys.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/test_ed25519_pkeys.rb b/test/integration/test_ed25519_pkeys.rb
index d42cbfd..7ac5823 100644
--- a/test/integration/test_ed25519_pkeys.rb
+++ b/test/integration/test_ed25519_pkeys.rb
@@ -52,7 +52,7 @@ unless ENV['NET_SSH_NO_ED25519']
# TODO: fix bug in net ssh which reads public key even if private key is there
sh "mv #{dir}/id_rsa_ed25519.pub #{dir}/id_rsa_ed25519.pub.hidden"
- ret = Net::SSH.start("localhost", "net_ssh_1", { keys: "#{dir}/id_rsa_ed25519", passphrase:'pwd' }) do |ssh|
+ ret = Net::SSH.start("localhost", "net_ssh_1", { keys: "#{dir}/id_rsa_ed25519", passphrase: 'pwd' }) do |ssh|
ssh.exec! 'echo "hello from:$USER"'
end
assert_equal "hello from:net_ssh_1\n", ret