VMS fixups for 1.0.2
[openssl.git] / test / cms-test.pl
index acd9315c8c40a042eda7663c7916ad637ef95d27..f55fd69ce810e8a3a7cd749732245e896a21e65b 100644 (file)
@@ -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;