Force the removal.
[openssl.git] / test / testgen
index 4a188bcc8dac39833da68fe2fc2cc0fb9e941c97..3798543e0473bba3e77a86857b57b9136cd0089c 100644 (file)
@@ -27,7 +27,7 @@ fi
 
 echo "This could take some time."
 
-rm testkey.pem testreq.pem
+rm -f testkey.pem testreq.pem
 
 ../apps/openssl req -config test.cnf $req_new -out testreq.pem
 if [ $? != 0 ]; then