Skip to content

Commit

Permalink
testing SIGUSR1
Browse files Browse the repository at this point in the history
  • Loading branch information
thejefflarson committed Sep 3, 2010
1 parent e470131 commit 519629b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-ping.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ delay 500, ->
req.on 'response', (resp) ->
resp.on 'end', ->
counter -= 1
ping.kill 'SIGHUP' if counter is 0
ping.kill 'SIGUSR1' if counter is 0

0 comments on commit 519629b

Please sign in to comment.