Add a directry spec for mcr if there is none
authorRichard Levitte <levitte@openssl.org>
Thu, 14 Jan 2016 00:46:23 +0000 (01:46 +0100)
committerRichard Levitte <levitte@openssl.org>
Thu, 14 Jan 2016 00:46:23 +0000 (01:46 +0100)
commit502e16853367f373ec2aad94f1fd24884c4a7b65
treec07d58f371065ce1534914a517756ebc26311756
parentd9e309a675900030d7308e36f614962a344816f9
Add a directry spec for mcr if there is none

On VMS, the command MCR will assume SYS$SYSTEM: when the first
argument lacks a directory spec.  So for programs in the current
directory, we add [] to tell MCR it is in the current directory.
It's the same as having ./ at the start of a program on Unix so the
shell doesn't start looking along $PATH.

Reviewed-by: Rich Salz <rsalz@openssl.org>
test/testlib/OpenSSL/Test.pm