From d38ef273cc0b0bb79ff6cfb3ed18185706cf6487 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Fri, 10 Jan 2003 10:54:21 +0000 Subject: [PATCH] Certain files must be removed before generating them, in case they point into a read-only source tree. PR: 437 --- test/testgen | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/testgen b/test/testgen index 55c496f4bc..4a188bcc8d 100644 --- a/test/testgen +++ b/test/testgen @@ -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 -- 2.25.1