Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.411 (Entity 5.404) From: tlyu@mit.edu Subject: CVS Commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 568 * api.1/lock.exp: Work around a race condition in the Solaris 9 pty implementation: output sent to a pty slave immediately before last close/exit can get lost on the way to the master. This is Sun bug #4927647. The workaround consists of changing the tests to always make lock-test wait to read a character prior to exiting, so any output prior to the "wait" directive will not get lost. To generate a diff of this commit: cvs diff -r1.57 -r1.58 krb5/src/lib/kadm5/unit-test/ChangeLog cvs diff -r1.10 -r1.11 krb5/src/lib/kadm5/unit-test/api.1/lock.exp