[Windows] Add script for OpenSSL installation (#7337)

This commit is contained in:
Vasilii Polikarpov
2023-03-28 10:42:14 +02:00
committed by GitHub
parent 078d815ad5
commit d9b4647e11
7 changed files with 56 additions and 16 deletions

View File

@@ -223,3 +223,9 @@ Describe "SQL OLEDB Driver" {
"HKLM:\SOFTWARE\Microsoft\MSOLEDBSQL" | Should -Exist
}
}
Describe "OpenSSL" {
It "OpenSSL" {
"openssl version" | Should -ReturnZeroExitCode
}
}