for that case.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16138
dc483132-0cff-0310-8789-
dd5450dbe970
+2004-02-27 Ken Raeburn <raeburn@mit.edu>
+
+ * lib/helpers.exp (expect_kadm_ok): Check for eof and report a
+ specific error for that case.
+
2004-02-13 Tom Yu <tlyu@mit.edu>
* config/unix.exp (PRIOCNTL_HACK): Use "==" instead of "eq", which
-re "^marshall_new_creds: \[^\n\]*\n" { exp_continue }
-re "^gssapi_\[^\n\]*\n" { exp_continue }
-re "^\r?\n" { exp_continue }
+ eof { perror "kadmin tcl subprocess died" }
default { perror "didn't get ok back" }
}
}