diff options
author | Richard Levitte <levitte@openssl.org> | 2003-01-10 10:54:18 +0000 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2003-01-10 10:54:18 +0000 |
commit | 969511d2cbaceae0780fb59df5eec8d57f1acc3c (patch) | |
tree | fe1f0abc62c31b34414db05914281e684aff6163 /test | |
parent | 989f48d8c17c0d993e262199e9c0ec86b7d4d583 (diff) | |
download | openssl-new-969511d2cbaceae0780fb59df5eec8d57f1acc3c.tar.gz |
Certain files must be removed before generating them, in case they point
into a read-only source tree.
PR: 437
Diffstat (limited to 'test')
-rw-r--r-- | test/testgen | 2 |
1 files changed, 2 insertions, 0 deletions
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 |