summaryrefslogtreecommitdiffstats
path: root/test/tests.com
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2010-01-25 00:20:32 +0000
committerRichard Levitte <levitte@openssl.org>2010-01-25 00:20:32 +0000
commit74397d45b26e0d36b0b550d863d837767935966d (patch)
tree71ba7ca05ede29f2f735329afdec94e6e70550d1 /test/tests.com
parentc8ca769d3b040acdad7ca38370ffc36103d87ce2 (diff)
It seems like sslroot: needs to be defined for some tests to work.
Submitted by Steven M. Schweda <sms@antinode.info>
Diffstat (limited to 'test/tests.com')
-rw-r--r--test/tests.com4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/tests.com b/test/tests.com
index 6bd60ca390..d151cd3955 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
@@ -292,4 +295,5 @@ $
$
$ exit:
$ set default '__save_default'
+$ deassign sslroot
$ exit