diff options
-rw-r--r-- | contrib/python/test/test_tunnel.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/python/test/test_tunnel.py b/contrib/python/test/test_tunnel.py index 30a80289d..2522df0ab 100644 --- a/contrib/python/test/test_tunnel.py +++ b/contrib/python/test/test_tunnel.py @@ -66,7 +66,7 @@ class TestTunnel(unittest.TestCase): cmd = [ 'ssh', - '-nNT', + '-nNTq', '-L', '{}:{}'.format(context.local_socket, context.remote_socket), '-i', |