Whamcloud - gitweb
Missed another aspect of the expect expression.
[fs/lustre-release.git] / lustre / tests / krb5_env.sh
index 0b119fe..fc4e973 100755 (executable)
@@ -87,7 +87,7 @@ expect {
 }
 
 send "$KRB5DIR/bin/kinit\r"
-{
+expect {
     timeout {puts "timeout" ;exit 1}
     "Password for "
 }