Add support for DJGPP.
[openssl.git] / test / tpkcs7d
index c8f18fb09c19cac4b3fff30b52f6477f624d3c1c..18f9311b0689ed3a02170b83fb7b2b9da4a7da62 100644 (file)
@@ -1,9 +1,13 @@
 #!/bin/sh
 
-PATH=../apps:$PATH
+if test "$OSTYPE" = msdosdjgpp; then
+    PATH=../apps\;$PATH
+else
+    PATH=../apps:$PATH
+fi
 export PATH
 
-cmd='../apps/ssleay pkcs7'
+cmd='../apps/openssl pkcs7'
 
 if [ "$1"x != "x" ]; then
        t=$1
@@ -11,7 +15,7 @@ else
        t=pkcs7-1.pem
 fi
 
-echo testing pkcs7 conversions
+echo "testing pkcs7 conversions (2)"
 cp $t fff.p
 
 echo "p -> d"