From: Rich Salz Date: Fri, 10 Apr 2015 15:37:53 +0000 (-0400) Subject: fix to "test script cleanup" X-Git-Tag: OpenSSL_1_1_0-pre1~1332 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e71cecd551f1d8beca20681184d94f7000a5e333;p=thirdparty%2Fopenssl.git fix to "test script cleanup" Fix commit 30f54ad295d58ff8c6d28c1fd612d23c2c343d19 which used non-portable syntax for checking exit status. Reviewed-by: Matt Caswell --- diff --git a/test/testca b/test/testca index 8961cf8448e..d4d01597260 100644 --- a/test/testca +++ b/test/testca @@ -17,11 +17,11 @@ export OPENSSL /bin/rm -fr demoCA -# Could do '...CA.pl -newca || exot 1 << EOF +# Could do '...CA.pl -newca <