summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2015-01-07 02:15:35 +0100
committerRichard Levitte <levitte@openssl.org>2015-01-07 02:15:35 +0100
commitcfb5d6c10a00a1874dbc5eeff762b7e502f711e6 (patch)
treed1dde73c2a3b655eb8de8bfb471c50e758e5e0bd /test
parenta936ba11480a33db5d65f54da23b6e815e2a4b93 (diff)
VMS fixups for 1.0.2
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'test')
-rw-r--r--test/cms-test.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/cms-test.pl b/test/cms-test.pl
index acd9315c8c..f55fd69ce8 100644
--- a/test/cms-test.pl
+++ b/test/cms-test.pl
@@ -106,7 +106,7 @@ else
die "Error checking for EC support\n";
}
-system ("$ossl_path no-ec2m >/dev/null");
+system ("$ossl_path no-ec2m > $null_path");
if ($? == 0)
{
$no_ec2m = 1;
@@ -120,7 +120,7 @@ else
die "Error checking for EC2M support\n";
}
-system ("$ossl_path no-ecdh >/dev/null");
+system ("$ossl_path no-ecdh > $null_path");
if ($? == 0)
{
$no_ecdh = 1;