aboutsummaryrefslogtreecommitdiffstats
path: root/test/tsid.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/tsid.com
parent8072c135cbea43cd7f343542420cc1a2b0a8e3b2 (diff)
downloadopenssl-921c9bd539346335390ecae6f12e9f5e6f5188e7.tar.gz
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/tsid.com')
-rw-r--r--test/tsid.com3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/tsid.com b/test/tsid.com
index a9ad69619c..bde23f9bb9 100644
--- a/test/tsid.com
+++ b/test/tsid.com
@@ -10,6 +10,9 @@ $ t := testsid.pem
$ if p1 .nes. "" then t = p1
$
$ write sys$output "testing session-id 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"