/[dejagnu]/dejagnu/lib/rlogin.exp
ViewVC logotype

Diff of /dejagnu/lib/rlogin.exp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by bje, Thu Aug 7 03:42:43 2003 UTC revision 1.6 by bje, Thu Aug 7 03:58:36 2003 UTC
# Line 142  proc rlogin_spawn { dest cmdline } { Line 142  proc rlogin_spawn { dest cmdline } {
142      }      }
143      set prefix ""      set prefix ""
144      set ok 0      set ok 0
145      for {set i 0;} {$i <= 2 && ! $ok} {incr i;} {      for { set i 0 } {$i <= 2 && ! $ok} { incr i } {
146          set shell_id [remote_open $dest]          set shell_id [remote_open $dest]
147          if { $shell_id != "" && $shell_id > 0 } {          if { $shell_id != "" && $shell_id > 0 } {
148              remote_send $dest "echo k\r"              remote_send $dest "echo k\r"

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26