summaryrefslogtreecommitdiffstats
path: root/test/tpkcs7d.com
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-02-26 03:59:46 +0000
committerRichard Levitte <levitte@openssl.org>2000-02-26 03:59:46 +0000
commit921c9bd539346335390ecae6f12e9f5e6f5188e7 (patch)
tree4d6527682d48e8221a985f06a24363200f5b274a /test/tpkcs7d.com
parent8072c135cbea43cd7f343542420cc1a2b0a8e3b2 (diff)
Make sure that all test files are gone before starting the tests, or
backup will complain about some version not existing. Perhaps.
Diffstat (limited to 'test/tpkcs7d.com')
-rw-r--r--test/tpkcs7d.com3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/tpkcs7d.com b/test/tpkcs7d.com
index 1f76adcb41..7d4f8794a4 100644
--- a/test/tpkcs7d.com
+++ b/test/tpkcs7d.com
@@ -10,6 +10,9 @@ $ t := pkcs7-1.pem
$ if p1 .nes. "" then t = p1
$
$ write sys$output "testing PKCS7 conversions (2)"
+$ 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"