Skip to content

Commit

Permalink
Fix pummel/text-exec
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Jan 28, 2011
1 parent b6c66f7 commit 2863892
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/pummel/test-exec.js
Expand Up @@ -81,8 +81,7 @@ function killMeTwiceCallback(err, stdout, stderr) {
exec('python -c "print 200000*\'C\'"', {maxBuffer: 1000},
function(err, stdout, stderr) {
assert.ok(err);
assert.ok(err.killed);
assert.equal(err.signal, 'SIGTERM');
assert.ok(/maxBuffer/.test(err.message));
});

process.addListener('exit', function() {
Expand Down

0 comments on commit 2863892

Please sign in to comment.