Commit 30f54ad2 authored by Rich Salz's avatar Rich Salz
Browse files

test script cleanup



Removed commented-out tests

Standardize on doing
        cmd ... || exit 1
instead of
        cmd ...
        if [ $? != 0] ; then
           exit 1
        fi
where that if statement has ben one, three, or four lines, variously.

Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
parent 2cfdfe09
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment