The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / test / simple / test-process-argv-0.js @ 6f043940

History | View | Annotate | Download (2.05 KB)

# Date Author Comment
9ea5a4c4 03/05/2012 07:51 PM Igor Zinkovsky

fix simple/test-process-argv-0 on windows

29463cb6 02/27/2012 07:41 PM isaacs

Update argv0 test to verify correct behavior

b73ec84c 02/23/2012 11:23 PM Maciej MaƂecki

test: test for `process.argv0` correctness

joyent/node@b0c15412270f32e00c268c578f07a1ed032323f5 introduced a
regression causing `process.argv0` to be invalid in node processes
spawned from `PATH` (without explicit path to executable file - for
example when using global node installation)....