Certain files must be removed before generating them, in case they point
authorRichard Levitte <levitte@openssl.org>
Fri, 10 Jan 2003 10:54:18 +0000 (10:54 +0000)
committerRichard Levitte <levitte@openssl.org>
Fri, 10 Jan 2003 10:54:18 +0000 (10:54 +0000)
into a read-only source tree.
PR: 437

test/testgen

index 55c496f4bcc1e4578797c106ecd7f2e933d11a07..4a188bcc8dac39833da68fe2fc2cc0fb9e941c97 100644 (file)
@@ -27,6 +27,8 @@ fi
 
 echo "This could take some time."
 
+rm testkey.pem testreq.pem
+
 ../apps/openssl req -config test.cnf $req_new -out testreq.pem
 if [ $? != 0 ]; then
 echo problems creating request