Module Name: krb5 Committed By: tlyu Date: Fri Oct 17 02:32:31 UTC 2003 Modified Files: krb5/src/lib/kadm5/unit-test/ChangeLog krb5/src/lib/kadm5/unit-test/api.1/lock.exp Added Files: Removed Files: Log Message ticket: 1792 tags: pullup target_version: 1.3.2 * 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