summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2006-03-27 14:39:06 +0000
committerRichard Levitte <levitte@openssl.org>2006-03-27 14:39:06 +0000
commit70b2ae3edf8243463a5aafbc969f20e6b3394192 (patch)
tree33d0efb268e840f94bb1cd186f7c19b16120adbd /test
parent9e5dba197cfc798db09f6117697c06b11979a9d7 (diff)
Since we're moving between directories, let's get an absolute path to
openssl.exe.
Diffstat (limited to 'test')
-rw-r--r--test/testtsa.com2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testtsa.com b/test/testtsa.com
index b6bd8c67b0..7963e85259 100644
--- a/test/testtsa.com
+++ b/test/testtsa.com
@@ -6,7 +6,7 @@ $ __arch := VAX
$ if f$getsyi("cpu") .ge. 128 then __arch := AXP
$ exe_dir := sys$disk:[-.'__arch'.exe.apps]
$
-$ openssl := mcr 'exe_dir'openssl
+$ openssl := mcr 'f$parse(exe_dir+"openssl.exe")'
$ OPENSSL_CONF := [-]CAtsa.cnf
$
$ error: