summaryrefslogtreecommitdiffstats
path: root/test/tpkcs7d
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2015-04-08 12:28:15 -0400
committerRich Salz <rsalz@openssl.org>2015-04-08 12:28:15 -0400
commit5adac91eab78d0ba8b5c84e7c883ae123c28a72b (patch)
treee299386b15dfdcd4a9794ff33d5280a304505e67 /test/tpkcs7d
parent37d92b1b2bb6e6e04d62d6f7774a2d8190a99174 (diff)
consistent test-start logging
Output a consistent "start" marker for each test. Remove "2>/dev/null" from Makefile command lines. Add OPENSSL_CONFIG=/dev/null for places where it's needed, in order to suppress a warning message from the openssl CLI. Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'test/tpkcs7d')
-rw-r--r--test/tpkcs7d1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/tpkcs7d b/test/tpkcs7d
index d4bfbdf1cd..4354d59c80 100644
--- a/test/tpkcs7d
+++ b/test/tpkcs7d
@@ -1,6 +1,7 @@
#!/bin/sh
cmd='../util/shlib_wrap.sh ../apps/openssl pkcs7'
+OPENSSL_CONF=/dev/null ; export OPENSSL_CONF
if [ "$1"x != "x" ]; then
t=$1