test script cleanup
authorRich Salz <rsalz@openssl.org>
Fri, 10 Apr 2015 14:06:17 +0000 (10:06 -0400)
committerRich Salz <rsalz@openssl.org>
Fri, 10 Apr 2015 14:06:17 +0000 (10:06 -0400)
commit30f54ad295d58ff8c6d28c1fd612d23c2c343d19
treef740e39be9698b13d0f0a088903b236988aeb075
parent2cfdfe0918f03f8323c9523a2beb2b363ae86ca7
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: Richard Levitte <levitte@openssl.org>
12 files changed:
test/tcrl
test/testca
test/testenc
test/testgen
test/testss
test/testtsa
test/tkey
test/tpkcs7
test/tpkcs7d
test/treq
test/tsid
test/tx509