projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8ca769
)
It seems like sslroot: needs to be defined for some tests to work.
author
Richard Levitte
<levitte@openssl.org>
Mon, 25 Jan 2010 00:20:32 +0000
(
00:20
+0000)
committer
Richard Levitte
<levitte@openssl.org>
Mon, 25 Jan 2010 00:20:32 +0000
(
00:20
+0000)
Submitted by Steven M. Schweda <sms@antinode.info>
test/tests.com
patch
|
blob
|
history
diff --git
a/test/tests.com
b/test/tests.com
index 6bd60ca3907200c93b7a5f131ff276eb989f09ad..d151cd39553499ff33d53d074a9dce74891f6b20 100644
(file)
--- 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