summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
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;