diff options
Diffstat (limited to 'src/lib/libssl/test/testenc.com')
-rw-r--r-- | src/lib/libssl/test/testenc.com | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libssl/test/testenc.com b/src/lib/libssl/test/testenc.com index 5e6f521f9d..621d9a2126 100644 --- a/src/lib/libssl/test/testenc.com +++ b/src/lib/libssl/test/testenc.com | |||
@@ -1,8 +1,9 @@ | |||
1 | $! TESTENC.COM -- Test encoding and decoding | 1 | $! TESTENC.COM -- Test encoding and decoding |
2 | $ | 2 | $ |
3 | $ __arch := VAX | 3 | $ __arch := VAX |
4 | $ if f$getsyi("cpu") .ge. 128 then __arch := AXP | 4 | $ if f$getsyi("cpu") .ge. 128 then - |
5 | $ exe_dir := sys$disk:[-.'__arch'.exe.apps] | 5 | __arch = f$edit( f$getsyi( "ARCH_NAME"), "UPCASE") |
6 | $ if __arch .eqs. "" then __arch := UNK | ||
6 | $ | 7 | $ |
7 | $ testsrc := makefile. | 8 | $ testsrc := makefile. |
8 | $ test := p.txt | 9 | $ test := p.txt |