-
Notifications
You must be signed in to change notification settings - Fork 740
Closed
Description
There are failing tests on Windows. My system is Node 4.2.4 with Windows 10:
BYK@ ~▶Documents▶Projects▶shelljs⛕ master$ npm test
> shelljs@0.5.3 test C:\Users\BYK\Documents\Projects\shelljs
> node scripts/run-tests
'.' is not recognized as an internal or external command,
operable program or batch file.
*** JSHINT FAILED! (return code != 0)
Running test: cat.js
Running test: cd.js
Running test: chmod.js
assert.js:89
throw new assert.AssertionError({
^
AssertionError: 438 == 493
at Object.<anonymous> (C:\Users\BYK\Documents\Projects\shelljs\test\chmod.js:23:8)
at Module._compile (module.js:435:26)
at Object.Module._extensions..js (module.js:442:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:313:12)
at Function.Module.runMain (module.js:467:10)
at startup (node.js:136:18)
at node.js:963:3
*** TEST FAILED! (missing exit code "123")
Running test: common.js
Running test: config.js
Running test: cp.js
assert.js:89
throw new assert.AssertionError({
^
AssertionError: 0 == 1
at Object.<anonymous> (C:\Users\BYK\Documents\Projects\shelljs\test\cp.js:145:8)
at Module._compile (module.js:435:26)
at Object.Module._extensions..js (module.js:442:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:313:12)
at Function.Module.runMain (module.js:467:10)
at startup (node.js:136:18)
at node.js:963:3
*** TEST FAILED! (missing exit code "123")
Running test: dirs.js
Running test: echo.js
Running test: env.js
Running test: exec.js
Running test: find.js
Running test: grep.js
Running test: ln.js
assert.js:89
throw new assert.AssertionError({
^
AssertionError: false == true
at Object.<anonymous> (C:\Users\BYK\Documents\Projects\shelljs\test\ln.js:51:1)
at Module._compile (module.js:435:26)
at Object.Module._extensions..js (module.js:442:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:313:12)
at Function.Module.runMain (module.js:467:10)
at startup (node.js:136:18)
at node.js:963:3
*** TEST FAILED! (missing exit code "123")
Running test: ls.js
Running test: make.js
Running test: mkdir.js
Running test: mv.js
Running test: popd.js
Running test: pushd.js
assert.js:89
throw new assert.AssertionError({
^
AssertionError: 'resources\\pushd' == 'resources/pushd'
at Object.<anonymous> (C:\Users\BYK\Documents\Projects\shelljs\test\pushd.js:193:8)
at Module._compile (module.js:435:26)
at Object.Module._extensions..js (module.js:442:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:313:12)
at Function.Module.runMain (module.js:467:10)
at startup (node.js:136:18)
at node.js:963:3
*** TEST FAILED! (missing exit code "123")
Running test: pwd.js
Running test: rm.js
Running test: sed.js
Running test: tempdir.js
Running test: test.js
assert.js:89
throw new assert.AssertionError({
^
AssertionError: false == true
at Object.<anonymous> (C:\Users\BYK\Documents\Projects\shelljs\test\test.js:76:8)
at Module._compile (module.js:435:26)
at Object.Module._extensions..js (module.js:442:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:313:12)
at Function.Module.runMain (module.js:467:10)
at startup (node.js:136:18)
at node.js:963:3
*** TEST FAILED! (missing exit code "123")
Running test: to.js
Running test: toEnd.js
Running test: touch.js
Running test: which.js
*******************************************************
WARNING: Some tests did not pass!
*******************************************************
npm ERR! Test failed. See above for more details.