summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2010-01-25 00:20:29 +0000
committerRichard Levitte <levitte@openssl.org>2010-01-25 00:20:29 +0000
commitd15dd388c1aac1d71a9fa75916b7efa3b7a75a86 (patch)
tree4833441039fc4d9bc6f69397ddd690032b70b8a8 /test
parentc3502985b24797f0376d9a0b8d6e87cf1f669117 (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')
-rw-r--r--test/tests.com4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/tests.com b/test/tests.com
index 702d087107..7fd99937d8 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
$ on error then goto exit
@@ -287,4 +290,5 @@ $
$
$ exit:
$ set default '__save_default'
+$ deassign sslroot
$ exit