summaryrefslogtreecommitdiffstats
path: root/test/tests.com
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2009-08-25 07:17:13 +0000
committerRichard Levitte <levitte@openssl.org>2009-08-25 07:17:13 +0000
commit2de213732ae21a358bada510cbe7cb39a06bcb23 (patch)
tree0ff30c3042de7b882c9cb5357a0b3f043824d8a5 /test/tests.com
parent3798c36686d2971e55280f3aa069fc94b4cab687 (diff)
Correct some typos and missing things.
Submitted by Arpadffy Zoltan <Zoltan.Arpadffy@scientificgames.se>
Diffstat (limited to 'test/tests.com')
-rw-r--r--test/tests.com5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/tests.com b/test/tests.com
index 702d087107..16d0cb7a1d 100644
--- a/test/tests.com
+++ b/test/tests.com
@@ -7,12 +7,13 @@ $ __here = f$parse(f$parse("A.;",__proc) - "A.;","[]A.;") - "A.;"
$ __save_default = f$environment("default")
$ __arch := VAX
$ if f$getsyi("cpu") .ge. 128 then -
- __arch := f$edit( f$getsyi( "ARCH_NAME"), "UPCASE")
+ __arch = f$edit( f$getsyi( "ARCH_NAME"), "UPCASE")
$ if __arch .eqs. "" then __arch := UNK
$ texe_dir := sys$disk:[-.'__arch'.exe.test]
$ exe_dir := sys$disk:[-.'__arch'.exe.apps]
$
$ set default '__here'
+$
$ on control_y then goto exit
$ on error then goto exit
$
@@ -31,7 +32,7 @@ $ tests := -
test_enc,test_x509,test_rsa,test_crl,test_sid,-
test_gen,test_req,test_pkcs7,test_verify,test_dh,test_dsa,-
test_ss,test_ca,test_engine,test_evp,test_ssl,test_tsa,test_ige,-
- test_jpake
+ test_jpake,test_cms
$ endif
$ tests = f$edit(tests,"COLLAPSE")
$