diff options
author | Ben Elliston <bje@gnu.org> | 2016-04-17 20:30:07 +1000 |
---|---|---|
committer | Ben Elliston <bje@gnu.org> | 2016-04-17 20:30:07 +1000 |
commit | d7837b1ffb0bb30d6391c2ba2fd66db4719b7a24 (patch) | |
tree | b9d9d8fd42b8d2bc9948e36b1d4d8b98b91dbbc6 /lib | |
parent | 880852b40af584bceeacd2d64a7749886e3bb393 (diff) | |
download | dejagnu-d7837b1ffb0bb30d6391c2ba2fd66db4719b7a24.zip dejagnu-d7837b1ffb0bb30d6391c2ba2fd66db4719b7a24.tar.gz dejagnu-d7837b1ffb0bb30d6391c2ba2fd66db4719b7a24.tar.bz2 |
* lib/remote.exp: Load ssh.exp lib.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/remote.exp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/remote.exp b/lib/remote.exp index fea11cf..49d901d 100644 --- a/lib/remote.exp +++ b/lib/remote.exp @@ -26,6 +26,7 @@ load_lib "rlogin.exp" load_lib "kermit.exp" load_lib "tip.exp" load_lib "rsh.exp" +load_lib "ssh.exp" load_lib "ftp.exp" # Open a connection to a remote host or target. This requires the target_info |