is found in gssapi.exp for dealing with AIX...
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6947
dc483132-0cff-0310-8789-
dd5450dbe970
+Sat Oct 7 08:02:08 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
+
+ * sample.exp: Make changes to deal with NetBSD expect. Similar to
+ the AIX fix in gssapi.exp
Thu Aug 31 12:02:36 EDT 1995 Paul Park (pjpark@mit.edu)
* gssapi.exp - Repeat tests with -v2 switch.
}
expect {
- "You are krbtest/admin@KRBTEST.COM" {
+ "You are krbtest/admin@KRBTEST.COM\r" {
verbose "received valid sample message"}
eof {
fail $msg
return 0
}
}
+ # This last expect seems useless, but without it the test hangs on
+ # NETBSD.
+ expect {
+ "\r" { }
+ }
if ![check_exit_status "ssample"] {
return 0