-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix (tests): Fix unit tests failing for powershell on Windows_NT
This bug was not caught because of #51. Tests were failing because of [IO.Path]::DirectorySeparatorChar. Unit tests assumed the paths to contain '/'. However on Windows_NT, this value is '\'. Hence, ensure that all paths are normalized to '/' in tests.
- Loading branch information
1 parent
de5f049
commit 0407e3d
Showing
2 changed files
with
42 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters