Skip to content

Commit

Permalink
Update Provider-specific-Filter
Browse files Browse the repository at this point in the history
  • Loading branch information
nightroman committed Sep 1, 2024
1 parent 3366ac6 commit 4e5d173
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Basic/Provider-specific-Filter/.test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ task Test-2.1.FileSystem {
}
}

# TODO skip v6+, try later, unstable results
#! skip v6+, try later, unstable results
task -If ($Version -lt 6) Test-2.2.FileSystem {
($r = .\Test-2.2.FileSystem.ps1)

<#
on some Windows 10 machines used to work "expected":
if ([Environment]::OSVersion.Version.Major -ge 10) {
equals ($r -join '|') 'tmp.tmp|True'
#! on some Windows machines may work as "expected"
try {
equals ($r -join '|') 'tmp.tmp|tmp.tmp2|False'
}
catch {
Write-Warning $_
}
#>
equals ($r -join '|') 'tmp.tmp|tmp.tmp2|False'
}

0 comments on commit 4e5d173

Please sign in to comment.