Whamcloud - gitweb
Forgot closing brace in expect expression.
authorbrian <brian>
Mon, 13 Jun 2005 18:37:51 +0000 (18:37 +0000)
committerbrian <brian>
Mon, 13 Jun 2005 18:37:51 +0000 (18:37 +0000)
lustre/tests/krb5_env.sh
lustre/tests/krb5_refresh_cache.sh

index f20815b..0b119fe 100755 (executable)
@@ -90,6 +90,7 @@ send "$KRB5DIR/bin/kinit\r"
 {
     timeout {puts "timeout" ;exit 1}
     "Password for "
 {
     timeout {puts "timeout" ;exit 1}
     "Password for "
+}
 
 send "$GSS_PASS\r"
 expect {
 
 send "$GSS_PASS\r"
 expect {
index 2c16067..ec5ad12 100755 (executable)
@@ -43,6 +43,7 @@ send "$KRB5DIR/bin/kinit\r"
 {
     timeout {puts "timeout" ;exit 1}
     "Password for "
 {
     timeout {puts "timeout" ;exit 1}
     "Password for "
+}
 
 send "$GSS_PASS\r"
 expect {
 
 send "$GSS_PASS\r"
 expect {