diff --git a/tests/login/script.exp b/tests/login/script.exp index 127e8e0..de30c1e 100644 --- a/tests/login/script.exp +++ b/tests/login/script.exp @@ -17,7 +17,7 @@ # this in the first place. The -C flag allows you to define a # character to toggle this mode off and on. -set force_conservative 0 ;# set to 1 to force conservative mode even if +set force_conservative 1 ;# set to 1 to force conservative mode even if ;# script wasn't run conservatively originally if {$force_conservative} { set send_slow {1 .1} diff --git a/tests/login/ssh.exp b/tests/login/ssh.exp index 8807f79..76dcd6a 100644 --- a/tests/login/ssh.exp +++ b/tests/login/ssh.exp @@ -17,7 +17,7 @@ # this in the first place. The -C flag allows you to define a # character to toggle this mode off and on. -set force_conservative 0 ;# set to 1 to force conservative mode even if +set force_conservative 1 ;# set to 1 to force conservative mode even if ;# script wasn't run conservatively originally if {$force_conservative} { set send_slow {1 .1}