From 921c9bd539346335390ecae6f12e9f5e6f5188e7 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sat, 26 Feb 2000 03:59:46 +0000 Subject: Make sure that all test files are gone before starting the tests, or backup will complain about some version not existing. Perhaps. --- test/tpkcs7d.com | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/tpkcs7d.com') 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" -- cgit v1.2.3