aboutsummaryrefslogtreecommitdiff
path: root/lib/ssh.exp
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb62281@gmail.com>2018-11-11 15:48:38 +1100
committerBen Elliston <bje@gnu.org>2018-11-11 15:48:38 +1100
commit4c3512a5587c6e3746a35f592ec8f4cacc7630fa (patch)
tree0917e81036830c00759e0c282205f8eedfd8d3f1 /lib/ssh.exp
parentde4b0bfa5234ad6e7a2eb11410b7db72df946cec (diff)
downloaddejagnu-4c3512a5587c6e3746a35f592ec8f4cacc7630fa.zip
dejagnu-4c3512a5587c6e3746a35f592ec8f4cacc7630fa.tar.gz
dejagnu-4c3512a5587c6e3746a35f592ec8f4cacc7630fa.tar.bz2
* lib/ssh.exp: Clean up whitespace.
* lib/remote.exp: Clean up whitespace. (remote_expect): Change literal tab to "\t" in regexp. Signed-off-by: Ben Elliston <bje@gnu.org>
Diffstat (limited to 'lib/ssh.exp')
-rw-r--r--lib/ssh.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh.exp b/lib/ssh.exp
index 5487589..c589ca9 100644
--- a/lib/ssh.exp
+++ b/lib/ssh.exp
@@ -204,7 +204,7 @@ proc ssh_close { desthost } {
global SSH ssh_initialized
verbose "Closing the SSH connection to $desthost"
-
+
set ssh_port ""
set scp_port ""
set ssh_user ""