/[cwmp]/google/tcli.pl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /google/tcli.pl

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

revision 108 by dpavlin, Sat May 19 15:54:04 2007 UTC revision 109 by dpavlin, Sun Oct 21 00:13:51 2007 UTC
# Line 26  $exp->debug( $debug ); Line 26  $exp->debug( $debug );
26  $exp->log_stdout( 1 );  $exp->log_stdout( 1 );
27    
28  my ( $username, $password ) = ('Administrator','');  my ( $username, $password ) = ('Administrator','');
29  my $timeout = 10;  my $timeout = 3;
30    
31  $exp->expect($timeout, 'Username : ');  $exp->expect($timeout, 'Username : ');
32  $exp->send("$username\r\n");  $exp->send("$username\r\n");

Legend:
Removed from v.108  
changed lines
  Added in v.109

  ViewVC Help
Powered by ViewVC 1.1.26