summaryrefslogtreecommitdiffstats
path: root/test/tx509.com
diff options
context:
space:
mode:
Diffstat (limited to 'test/tx509.com')
-rw-r--r--test/tx509.com3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/tx509.com b/test/tx509.com
index 8b6adc19d5..985969c566 100644
--- a/test/tx509.com
+++ b/test/tx509.com
@@ -10,6 +10,9 @@ $ t := testx509.pem
$ if p1 .nes. "" then t = p1
$
$ write sys$output "testing X509 conversions"
+$ if f$search("fff.*") .nes "" then delete fff.*;*
+$ if f$search("ff.*") .nes "" then delete ff.*;*
+$ if f$search("f.*") .nes "" then delete f.*;*
$ copy 't' fff.p
$
$ write sys$output "p -> d"