Whamcloud - gitweb
Missed another aspect of the expect expression.
authorbrian <brian>
Wed, 15 Jun 2005 00:42:38 +0000 (00:42 +0000)
committerbrian <brian>
Wed, 15 Jun 2005 00:42:38 +0000 (00:42 +0000)
lustre/tests/krb5_env.sh
lustre/tests/krb5_refresh_cache.sh

index 0b119fe..fc4e973 100755 (executable)
@@ -87,7 +87,7 @@ expect {
 }
 
 send "$KRB5DIR/bin/kinit\r"
-{
+expect {
     timeout {puts "timeout" ;exit 1}
     "Password for "
 }
index ec5ad12..c79ea01 100755 (executable)
@@ -40,7 +40,7 @@ expect {
 }
 
 send "$KRB5DIR/bin/kinit\r"
-{
+expect {
     timeout {puts "timeout" ;exit 1}
     "Password for "
 }