summaryrefslogtreecommitdiffstats
path: root/test/tx509
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/tx509
parent296f54ee211edbf8d21479091b4c20a9ee7698ad (diff)
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/tx509')
-rw-r--r--test/tx5091
1 files changed, 0 insertions, 1 deletions
diff --git a/test/tx509 b/test/tx509
index f4774c0c99..3185ce11cd 100644
--- a/test/tx509
+++ b/test/tx509
@@ -1,6 +1,5 @@
#!/bin/sh
-OPENSSL_CONF=/dev/null ; export OPENSSL_CONF
cmd='../util/shlib_wrap.sh ../apps/openssl x509'
if [ "$1"x != "x" ]; then