Validate OpenSSL version in Windows (#7372)
This commit is contained in:
@@ -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}*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user