summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Fazekas <mfazekas@szemafor.com>2020-06-10 09:56:04 +0200
committerMiklos Fazekas <mfazekas@szemafor.com>2020-06-10 09:56:04 +0200
commitda2b5d4fbe5c04ec07a3a73eba5821026e5e66ae (patch)
tree5bf60d797bba382d3fb7e6f76200abdebd0085c5
parent18c5d3eb8c82c565afdf2ba7000db1ecdb03754e (diff)
downloadnet-ssh-da2b5d4fbe5c04ec07a3a73eba5821026e5e66ae.tar.gz
Rubocop fix
-rw-r--r--test/integration/common.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/common.rb b/test/integration/common.rb
index 2159a53..8fe0881 100644
--- a/test/integration/common.rb
+++ b/test/integration/common.rb
@@ -115,7 +115,7 @@ module IntegrationTestHelpers
Process.wait(pid)
end
rescue Timeout::Error
- warn "Failed to kill net-ssh process: #{pid.to_s}"
+ warn "Failed to kill net-ssh process: #{pid}"
system('sudo', 'kill', '-9', pid)
raise
end