This is an *initial* tune-up. This update puts Itanium2 back on par with
[oweals/openssl.git] / test / testgen
index 6a4b6b922128ea8334415bd87b8582701bd4b78a..3798543e0473bba3e77a86857b57b9136cd0089c 100644 (file)
@@ -6,7 +6,11 @@ CA=../certs/testca.pem
 
 /bin/rm -f $T.1 $T.2 $T.key
 
-PATH=../apps:$PATH;
+if test "$OSTYPE" = msdosdjgpp; then
+    PATH=../apps\;$PATH;
+else
+    PATH=../apps:$PATH;
+fi
 export PATH
 
 echo "generating certificate request"
@@ -23,6 +27,8 @@ fi
 
 echo "This could take some time."
 
+rm -f testkey.pem testreq.pem
+
 ../apps/openssl req -config test.cnf $req_new -out testreq.pem
 if [ $? != 0 ]; then
 echo problems creating request