openssl/test/testutil
Andy Polyakov dd05be5d78 test: don't make it more complicated than necessary.
Original rationale behind using write in testutil was to accommodate
no-stdio builds. But is there evidence that no-stdio users would have
write or pre-defined meaning for file descriptors 1 and 2? Correct
answer is to provide way for no-stdio users who want to exercise
tests to plug in own BIO, not to make assumption that they have write.
And since we don't have to make such assumption, we can as well go
for simplest that works with standard library as specified by C
language standard.

Reviewed-by: Richard Levitte <levitte@openssl.org>
2017-04-25 23:26:51 +02:00
..
basic_output.c test: don't make it more complicated than necessary. 2017-04-25 23:26:51 +02:00
driver.c Tapify libtestutil a bit better 2017-04-25 21:13:26 +02:00
main.c Refactor the test framework testutil 2017-04-24 18:09:01 +02:00
test_main.c Refactor the test framework testutil 2017-04-24 18:09:01 +02:00
tests.c TAPify testutil 2017-04-25 15:43:04 +02:00