Commit 8d251168 authored by Richard Levitte's avatar Richard Levitte
Browse files

Force the removal.

PR: 437
parent 969511d2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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