aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2010-11-29 22:27:18 +0000
committerRichard Levitte <levitte@openssl.org>2010-11-29 22:27:18 +0000
commit48337a4a35b9102f8bae58b5941a0167d5814f9f (patch)
treee69b3d3665a22bc60f3544108c6b01997ed5e01d
parent2c5c4fca14c2a6ddbd6758d2d73726f88eac58cb (diff)
downloadopenssl-48337a4a35b9102f8bae58b5941a0167d5814f9f.tar.gz
Better method for creating SSLROOT:.
Make sure to include the path to evptest.txt.
-rw-r--r--test/tests.com10
1 files changed, 7 insertions, 3 deletions
diff --git a/test/tests.com b/test/tests.com
index 1b6c86c152..f3193d0264 100644
--- a/test/tests.com
+++ b/test/tests.com
@@ -14,8 +14,12 @@ $ exe_dir := sys$disk:[-.'__arch'.exe.apps]
$
$ set default '__here'
$
-$ sslroot = f$parse("sys$disk:[-.apps];",,,,"syntax_only") - "].;"+ ".]"
-$ define /translation_attributes = concealed sslroot 'sslroot'
+$ ROOT = F$PARSE("sys$disk:[-]A.;0",,,,"SYNTAX_ONLY,NO_CONCEAL") - "A.;0"
+$ ROOT_DEV = F$PARSE(ROOT,,,"DEVICE","SYNTAX_ONLY")
+$ ROOT_DIR = F$PARSE(ROOT,,,"DIRECTORY","SYNTAX_ONLY") -
+ - ".][000000" - "[000000." - "][" - "[" - "]"
+$ ROOT = ROOT_DEV + "[" + ROOT_DIR
+$ DEFINE/NOLOG SSLROOT 'ROOT'.APPS.] /TRANS=CONC
$ openssl_conf := sslroot:[000000]openssl-vms.cnf
$
$ on control_y then goto exit
@@ -83,7 +87,7 @@ $ gosub 'tests_e'
$ goto loop_tests
$
$ test_evp:
-$ mcr 'texe_dir''evptest' evptests.txt
+$ mcr 'texe_dir''evptest' 'ROOT'.CRYPTO.EVP]evptests.txt
$ return
$ test_des:
$ mcr 'texe_dir''destest'