summaryrefslogtreecommitdiffstats
path: root/test/tcrl
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2015-05-28 21:48:17 +0200
committerRichard Levitte <levitte@openssl.org>2015-05-29 12:41:50 +0200
commit7ea9f90d7734f07b5efd9a201e6e3254ce6a920b (patch)
treed14e3ecb678ad5fe80bcc4f234bf6565824e238e /test/tcrl
parentRestore module loading (diff)
downloadopenssl-7ea9f90d7734f07b5efd9a201e6e3254ce6a920b.tar.xz
openssl-7ea9f90d7734f07b5efd9a201e6e3254ce6a920b.zip
Remove OPENSSL_CONF=/dev/null from tests
Almost two months ago, the warning about non-existing config file was supressed by setting the environment variable OPENSSL_CONF to /dev/null everywhere. Now that this warning is gone, that practice is no longer needed. Reviewed-by: Stephen Henson <steve@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'test/tcrl')
-rw-r--r--test/tcrl1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/tcrl b/test/tcrl
index f01eff870b..951c9ddc11 100644
--- a/test/tcrl
+++ b/test/tcrl
@@ -1,6 +1,5 @@
#!/bin/sh
-OPENSSL_CONF=/dev/null ; export OPENSSL_CONF
cmd='../util/shlib_wrap.sh ../apps/openssl crl'
if [ "$1"x != "x" ]; then