Browse Source

* lib/remote.exp: Load ssh.exp lib.

dejagnu-1.6.1
Ben Elliston 10 years ago
parent
commit
d7837b1ffb
  1. 4
      ChangeLog
  2. 1
      lib/remote.exp

4
ChangeLog

@ -1,3 +1,7 @@
2016-04-17 Ben Elliston <bje@gnu.org>
* lib/remote.exp: Load ssh.exp lib.
2016-04-17 Ben Elliston <bje@gnu.org>
* lib/rsh.exp (rsh_open): Fix description comment.

1
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

Loading…
Cancel
Save