aboutsummaryrefslogtreecommitdiffstats
path: root/test/tsid
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/tsid
parent296f54ee211edbf8d21479091b4c20a9ee7698ad (diff)
downloadopenssl-7ea9f90d7734f07b5efd9a201e6e3254ce6a920b.tar.gz
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/tsid')
-rw-r--r--test/tsid1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/tsid b/test/tsid
index a5c1c736da..546efb732a 100644
--- a/test/tsid
+++ b/test/tsid
@@ -1,6 +1,5 @@
#!/bin/sh
-OPENSSL_CONF=/dev/null ; export OPENSSL_CONF
cmd='../util/shlib_wrap.sh ../apps/openssl sess_id'
if [ "$1"x != "x" ]; then