diff options
| author | Alon Levy <alon@pobox.com> | 2014-10-27 15:47:39 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-10-27 15:47:39 +0200 |
| commit | 7c974d834b7c6f0e3a0cf1f3d06b97ffc436ec36 (patch) | |
| tree | 1691764f662cd055aa7c2d1f08136383fba00924 /tests/test_sub_process.js | |
| parent | 7c8f6d88314c6fe2ec1859401407853bd7f3a41d (diff) | |
Fixes #116 - no star graph for a single node
Diffstat (limited to 'tests/test_sub_process.js')
| -rw-r--r-- | tests/test_sub_process.js | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/test_sub_process.js b/tests/test_sub_process.js deleted file mode 100644 index 95f5126e..00000000 --- a/tests/test_sub_process.js +++ /dev/null @@ -1,9 +0,0 @@ -var spawn = require('child_process').spawn; - -var ls = spawn('ls'); -ls.stdout.on('data', function (data) { - console.log('stdout ' + data.length); -}); -ls.on('close', function(code, signal) { - console.log('closed, ' + code + ', ' + signal); -}); |
