fix typo in skip logic

This commit is contained in:
Roy Ashbrook
2021-11-08 17:45:33 -05:00
parent f0b4cb28f6
commit 9daefc2925

View File

@@ -13,7 +13,6 @@ if ($IsLinux -or $IsMacOS) {
$skip = $true
Write-Warning "Read-OleDbData: Microsoft.ACE.OLEDB.12.0 provider not found. Skipping tests."
}
$skip = $IsMissingACE
}
catch {
$skip = $true