summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorViktor Dukhovni <openssl-users@dukhovni.org>2015-04-17 01:06:46 -0400
committerViktor Dukhovni <openssl-users@dukhovni.org>2015-04-17 01:33:51 -0400
commit323daa74fc608860ebee86c7e93ab8b4e926cb1e (patch)
tree270e2e49161172d6f3cf9eeddc3303526d722084 /test
parent61986d32f37cbaeaed08bd955ff27d35b72ea29a (diff)
SunOS non-posix shells do not grok export name=value
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'test')
-rw-r--r--test/testca8
1 files 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 </dev/null
-export SSLEAY_CONFIG="-config Uss.cnf"
+SSLEAY_CONFIG="-config Uss.cnf"
$PERL ../apps/CA.pl -newreq
SSLEAY_CONFIG="-config ../apps/openssl.cnf"