Skip to content

Commit 745e96c

Browse files
committed
updated test file... but still having issues
1 parent bdca551 commit 745e96c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/concepts/nodePath.test.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ describe('PathWin32ToPosixTests', function(){
159159
it(`PathWin32ToPosixTests ps1 ${win32ToPosixIndex}`, function () {
160160
// console.log(wslPassTestIndex,inputWinPath);
161161
const output = spawnSync(`pwsh.exe -file lib/test-utils/pwsh-test-mocha.ps1`,[inputWinPath],{shell:true});
162+
// const output = spawnSync(`pwsh.exe -file lib/test-utils/pwsh-test-mocha.ps1`,[inputWinPath],{shell:false});
162163
// const output = spawnSync(`pwsh.exe -Command write-host ${inputWinPath}`,[],{shell:true});
163164
if(output.status !== 0){
164165
console.log(output.stdout.toString())

0 commit comments

Comments
 (0)