diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2011-07-31 17:51:41 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2011-07-31 17:51:43 -0700 |
commit | 624dd38d898d9a69a60320010d8598823ab1f603 (patch) | |
tree | b2e2724f0e1e9fd02a03ae02fc2d410d53e3ef35 /Makefile | |
parent | ef767a152b1033c1dc67631b8cc377fb3acb933d (diff) | |
download | node-new-624dd38d898d9a69a60320010d8598823ab1f603.tar.gz |
child_process_uv: fix test/simple/test-child-process-env
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -238,6 +238,7 @@ UVTEST += simple/test-child-process-exit-code UVTEST += simple/test-child-process-buffering UVTEST += simple/test-child-process-exec-cwd UVTEST += simple/test-child-process-cwd +UVTEST += simple/test-child-process-env test-uv: all |