PSScriptAnalyzer icon indicating copy to clipboard operation
PSScriptAnalyzer copied to clipboard

WIP: Check for case sensitivity rather than branching on OS type

Open JamesWTruher opened this issue 6 years ago • 0 comments

PR Summary

A couple of tests use the OS type to make a determination as to whether there's a case sensitive file system. In some environment (say a Linux container, or a specific configuration of Linux), this is not sufficient. I've added some direct checks for determining case sensitivity on the file system, and then use that in the tests.

PR Checklist

JamesWTruher avatar Jun 03 '19 22:06 JamesWTruher