Switch to MAJOR.MINOR.PATCH versioning and version 3.0.0-dev
[openssl.git] / test / recipes / 80-test_cipherlist.t
index 5c1b1d45457f800f0ba107126b8f1ed6a23a18ca..bf6abc7739f772aedc482e612ec04c9e1ad4ce62 100644 (file)
@@ -20,7 +20,7 @@ setup("test_cipherlist");
 my ($build_version, $library_version) = openssl_versions();
 plan skip_all =>
     "This test recipe isn't supported when doing regression testing"
-    if $build_version != $library_version;
+    if $build_version ne $library_version;
 
 my $no_anytls = alldisabled(available_protocols("tls"));