Validate OpenSSL version in Windows (#7372)

This commit is contained in:
Vasilii Polikarpov
2023-03-31 16:30:04 +02:00
committed by GitHub
parent 709d0b30fe
commit 425daf97b4

View File

@@ -226,6 +226,7 @@ Describe "SQL OLEDB Driver" {
Describe "OpenSSL" { Describe "OpenSSL" {
It "OpenSSL" { It "OpenSSL" {
"openssl version" | Should -ReturnZeroExitCode $OpenSSLVersion = (Get-ToolsetContent).openssl.version
openssl version | Should -BeLike "* ${OpenSSLVersion}*"
} }
} }