summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2010-02-22 07:05:50 +0000
committerRichard Levitte <levitte@openssl.org>2010-02-22 07:05:50 +0000
commit1472f1427ee57272eb28ccab6405a228cc9c1dc5 (patch)
tree920099d2d0afafca4ba1efb302811d370fe54769 /test
parent00d1ecb1da0e904e1561b7c04a9bd380a0c5950d (diff)
In some environments, we need to defined sslroot locally.
Diffstat (limited to 'test')
-rw-r--r--test/tests.com4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/tests.com b/test/tests.com
index a5d5992d59..cb74490b05 100644
--- a/test/tests.com
+++ b/test/tests.com
@@ -12,6 +12,9 @@ $ if __arch .eqs. "" then __arch := UNK
$ texe_dir := sys$disk:[-.'__arch'.exe.test]
$ exe_dir := sys$disk:[-.'__arch'.exe.apps]
$
+$ sslroot = f$parse("sys$disk:[-.apps];",,,,"syntax_only") - "].;"+ ".]"
+$ define /translation_attributes = concealed sslroot 'sslroot'
+$
$ set default '__here'
$
$ on control_y then goto exit
@@ -270,4 +273,5 @@ $
$
$ exit:
$ set default '__save_default'
+$ deassign sslroot
$ exit