summaryrefslogtreecommitdiff
path: root/test/testenc.com
diff options
context:
space:
mode:
Diffstat (limited to 'test/testenc.com')
-rw-r--r--test/testenc.com7
1 files changed, 4 insertions, 3 deletions
diff --git a/test/testenc.com b/test/testenc.com
index c24fa388c0..621d9a2126 100644
--- a/test/testenc.com
+++ b/test/testenc.com
@@ -1,10 +1,11 @@
$! TESTENC.COM -- Test encoding and decoding
$
$ __arch := VAX
-$ if f$getsyi("cpu") .ge. 128 then __arch := AXP
-$ exe_dir := sys$disk:[-.'__arch'.exe.apps]
+$ if f$getsyi("cpu") .ge. 128 then -
+ __arch = f$edit( f$getsyi( "ARCH_NAME"), "UPCASE")
+$ if __arch .eqs. "" then __arch := UNK
$
-$ testsrc := makefile.ssl
+$ testsrc := makefile.
$ test := p.txt
$ cmd := mcr 'exe_dir'openssl
$