From: | ghudson@mit.edu |
Subject: | git commit |
Fix input race condition in t_skew.py
In two of the kinit tests run by t_skew.py, we expect kinit to exit
before reading the password. If we supply a password input for those
commands, we can fail with a broken pipe exception if the master
process tries to write the password after the slave process exits.
Also correctly check the output of the last kinit invocation.
https://github.com/krb5/krb5/commit/2457bf66c466321dd36cd3c76bc36bb589d31587
Author: Greg Hudson <ghudson@mit.edu>
Commit: 2457bf66c466321dd36cd3c76bc36bb589d31587
Branch: master
src/tests/t_skew.py | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)