Convert bytestringtest to individual checks and don't short circuit.
authordoug <doug@openbsd.org>
Tue, 23 Jun 2015 01:20:24 +0000 (01:20 +0000)
committerdoug <doug@openbsd.org>
Tue, 23 Jun 2015 01:20:24 +0000 (01:20 +0000)
commit7ac2e2819a23da922a68ff59353591cec9e9c442
treefd3f3eb0ed6a63f0d69bd83f3a45f3c3b10e1062
parent75bc1c5a9f2e0fd892599d570ce134568e1e38e1
Convert bytestringtest to individual checks and don't short circuit.

The statements were chained together with OR which makes it more annoying
to debug.  Also, it was short circuiting all tests as soon as one function
failed.  Since the functions are independent, they should each run until
error.

Discussed with miod@ and jsing@
regress/lib/libssl/bytestring/bytestringtest.c