Skip to content

Commit

Permalink
Certain files must be removed before generating them, in case they point
Browse files Browse the repository at this point in the history
into a read-only source tree.
PR: 437
  • Loading branch information
levitte committed Jan 10, 2003
1 parent 989f48d commit 969511d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/testgen
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 969511d

Please sign in to comment.