Commit 4370773
Fix test: use case-insensitive path check for activate.ps1 on Windows
On Windows, fs.pathExists is case-insensitive so the code may return
'Activate.ps1' even when only 'activate.ps1' exists on disk. The test
assertion should not depend on exact casing of the returned path.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 43e8180 commit 4370773
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| |||
0 commit comments