Whitespace fixes.
This commit is contained in:
parent
04cc4d5510
commit
221131fa21
|
@ -213,7 +213,6 @@ Host *
|
||||||
self.assertRaises(AssertionError,
|
self.assertRaises(AssertionError,
|
||||||
lambda: paramiko.util.retry_on_signal(raises_other_exception))
|
lambda: paramiko.util.retry_on_signal(raises_other_exception))
|
||||||
|
|
||||||
|
|
||||||
def test_9_host_config_test_negation(self):
|
def test_9_host_config_test_negation(self):
|
||||||
test_config_file = """
|
test_config_file = """
|
||||||
Host www13.* !*.example.com
|
Host www13.* !*.example.com
|
||||||
|
@ -235,6 +234,7 @@ Host *
|
||||||
paramiko.util.lookup_ssh_host_config(host, config),
|
paramiko.util.lookup_ssh_host_config(host, config),
|
||||||
{'hostname': host, 'port': '8080'}
|
{'hostname': host, 'port': '8080'}
|
||||||
)
|
)
|
||||||
|
|
||||||
def test_10_host_config_test_proxycommand(self):
|
def test_10_host_config_test_proxycommand(self):
|
||||||
test_config_file = """
|
test_config_file = """
|
||||||
Host proxy-with-equal-divisor-and-space
|
Host proxy-with-equal-divisor-and-space
|
||||||
|
|
Loading…
Reference in New Issue