[Windows] remove vcredist_2010_x64 duplicate test (#6060)

* [Windows] re-add vcredist_140 test

* remove vcredist_140 test
This commit is contained in:
Alexis Saettler
2022-08-11 16:45:40 +02:00
committed by GitHub
parent 52221a939c
commit 1c49c133ea

View File

@@ -164,11 +164,6 @@ Describe "VCRedist" -Skip:(Test-IsWin22) {
"HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{1D8E6291-B0D5-35EC-8441-6616F567A0F7}" | Should -Exist
"C:\Windows\System32\msvcr100.dll" | Should -Exist
}
It "vcredist_2010_x64" {
"HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{1D8E6291-B0D5-35EC-8441-6616F567A0F7}" | Should -Exist
"C:\Windows\System32\msvcr100.dll" | Should -Exist
}
}
Describe "WebPlatformInstaller" {
@@ -201,4 +196,4 @@ Describe "SQL OLEDB Driver" {
It "SQL OLEDB Driver" {
"HKLM:\SOFTWARE\Microsoft\MSOLEDBSQL" | Should -Exist
}
}
}