Note bug fix for the DSA infinite loop
[openssl.git] / test / trsa.com
index 9c9083d02b8e24cf9089a01b19ce59a96704f5f4..28add5eefd090c994b7b67e7a06f0d417078d47d 100644 (file)
@@ -10,6 +10,9 @@ $     t := testrsa.pem
 $      if p1 .nes. "" then t = p1
 $
 $      write sys$output "testing RSA 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"
@@ -52,27 +55,27 @@ $   write sys$output "p -> p"
 $      'cmd' -in f.p -inform p -outform p -out ff.p3
 $      if $severity .ne. 1 then exit 3
 $
-$      difference/output=nl: fff.p f.p
+$      backup/compare fff.p f.p
 $      if $severity .ne. 1 then exit 3
-$      difference/output=nl: fff.p ff.p1
+$      backup/compare fff.p ff.p1
 $      if $severity .ne. 1 then exit 3
-$!     difference/output=nl: fff.p ff.p2
+$!     backup/compare fff.p ff.p2
 $!     if $severity .ne. 1 then exit 3
-$      difference/output=nl: fff.p ff.p3
+$      backup/compare fff.p ff.p3
 $      if $severity .ne. 1 then exit 3
 $
-$!     difference/output=nl: f.t ff.t1
+$!     backup/compare f.t ff.t1
 $!     if $severity .ne. 1 then exit 3
-$!     difference/output=nl: f.t ff.t2
+$!     backup/compare f.t ff.t2
 $!     if $severity .ne. 1 then exit 3
-$!     difference/output=nl: f.t ff.t3
+$!     backup/compare f.t ff.t3
 $!     if $severity .ne. 1 then exit 3
 $
-$      difference/output=nl: f.p ff.p1
+$      backup/compare f.p ff.p1
 $      if $severity .ne. 1 then exit 3
-$!     difference/output=nl: f.p ff.p2
+$!     backup/compare f.p ff.p2
 $!     if $severity .ne. 1 then exit 3
-$      difference/output=nl: f.p ff.p3
+$      backup/compare f.p ff.p3
 $      if $severity .ne. 1 then exit 3
 $
 $      delete f.*;*,ff.*;*,fff.*;*