Update test OCSP script "tocsp" to use shell functions and to use
[openssl.git] / test / tpkcs7d
index c8f18fb09c19cac4b3fff30b52f6477f624d3c1c..64fc28e88f0b3ce044b5e70859e4653e1d8e0512 100644 (file)
@@ -1,9 +1,6 @@
 #!/bin/sh
 
-PATH=../apps:$PATH
-export PATH
-
-cmd='../apps/ssleay pkcs7'
+cmd='../util/shlib_wrap.sh ../apps/openssl pkcs7'
 
 if [ "$1"x != "x" ]; then
        t=$1
@@ -11,7 +8,7 @@ else
        t=pkcs7-1.pem
 fi
 
-echo testing pkcs7 conversions
+echo "testing pkcs7 conversions (2)"
 cp $t fff.p
 
 echo "p -> d"