From 323daa74fc608860ebee86c7e93ab8b4e926cb1e Mon Sep 17 00:00:00 2001 From: Viktor Dukhovni Date: Fri, 17 Apr 2015 01:06:46 -0400 Subject: [PATCH] SunOS non-posix shells do not grok export name=value Reviewed-by: Richard Levitte --- test/testca | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/test/testca b/test/testca index 4bcb1fd576..ee5246303d 100644 --- a/test/testca +++ b/test/testca @@ -11,14 +11,16 @@ else fi export PATH -export SSLEAY_CONFIG="-config CAss.cnf" -export OPENSSL="`pwd`/../util/opensslwrap.sh" +export SSLEAY_CONFIG OPENSSL /bin/rm -fr demoCA +SSLEAY_CONFIG="-config CAss.cnf" +OPENSSL="`pwd`/../util/opensslwrap.sh" + OPENSSL_CONFIG=/dev/null $PERL ../apps/CA.pl -newca