"-" when handling error messages from rlogin.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15563
dc483132-0cff-0310-8789-
dd5450dbe970
+2003-06-04 Tom Yu <tlyu@mit.edu>
+
+ * default.exp (setup_root_shell): Don't try to use the procedure
+ "-" when handling error messages from rlogin.
+
2003-06-03 Ken Raeburn <raeburn@mit.edu>
* default.exp (setup_root_shell): Handle error messages indicating
stop_root_shell
return 0
}
- "usage: rlogin" -
- "illegal option -- x" -
- "invalid option -- x" {
+ -re "usage: rlogin|illegal option -- x|invalid option -- x" {
note "$testname: rlogin doesn't like command-line flags"
unsupported "$testname"
set timeout $old_timeout