0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test
Maciej Małecki b73ec84ce1 test: test for process.argv[0] correctness
joyent/node@b0c1541227 introduced a
regression causing `process.argv[0]` to be invalid in node processes
spawned from `PATH` (without explicit path to executable file - for
example when using global node installation).

Instead of finding a correct path to the executable, `process.cwd()`
would be prepended to `process.argv[0]`.
2012-02-23 20:23:24 -08:00
..
addons Revert support for isolates. 2012-02-06 15:44:42 +01:00
disabled test: include common.js in all tests 2012-02-20 13:29:11 +01:00
fixtures Change test fixture from symlink to regular file 2012-02-22 20:57:43 -08:00
internet test: include common.js in all tests 2012-02-20 13:29:11 +01:00
message Lint all the JavaScripts. 2012-02-18 15:34:57 -08:00
pummel test: include common.js in all tests 2012-02-20 13:29:11 +01:00
simple test: test for process.argv[0] correctness 2012-02-23 20:23:24 -08:00
common.js Lint all the JavaScripts. 2012-02-18 15:34:57 -08:00