diff options
Diffstat (limited to 'test/integration/test_proxy.rb')
-rw-r--r-- | test/integration/test_proxy.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/test_proxy.rb b/test/integration/test_proxy.rb index d73b7ba..64809bb 100644 --- a/test/integration/test_proxy.rb +++ b/test/integration/test_proxy.rb @@ -137,6 +137,7 @@ class TestProxy < NetSSHTest @io end end + def test_does_close_proxy_on_proxy_failure setup_ssh_env do proxy = DbgProxy.new(Net::SSH::Proxy::Command.new('sleep 2 && ssh -W %h:%p -o "PreferredAuthentications none" user@localhost')) |