summaryrefslogtreecommitdiffstats
path: root/test/testgen
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-01-10 10:54:59 +0000
committerRichard Levitte <levitte@openssl.org>2003-01-10 10:54:59 +0000
commit8d2511688d523ca69cd2b35f6c67e59501ac75df (patch)
tree7ccae10d4df63b46da11ad86bbdef64cab72840d /test/testgen
parent969511d2cbaceae0780fb59df5eec8d57f1acc3c (diff)
Force the removal.
PR: 437
Diffstat (limited to 'test/testgen')
-rw-r--r--test/testgen2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testgen b/test/testgen
index 4a188bcc8d..3798543e04 100644
--- a/test/testgen
+++ b/test/testgen
@@ -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