From: Ben Laurie Date: Wed, 21 Aug 2013 03:21:57 +0000 (+0100) Subject: Correctly test for no-ec. X-Git-Tag: master-pre-reformat~1159 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d5605699a15d870457f96b3e1795135228547324;p=openssl Correctly test for no-ec. --- diff --git a/test/cms-test.pl b/test/cms-test.pl index 5e553c84c9..006733a6be 100644 --- a/test/cms-test.pl +++ b/test/cms-test.pl @@ -90,7 +90,7 @@ if ($? == 0) { $no_ec = 1; } -elsif ($? == 1) +elsif ($? == 256) { $no_ec = 0; }