Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

node: reset signal handler to SIG_DFL on FreeBSD #1218

Closed
wants to merge 6 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add test
  • Loading branch information
indutny committed Mar 20, 2015
commit 9d5004908adfb7e698825ff34e8281d810f3ef2a
2 changes: 2 additions & 0 deletions test/parallel/test-regress-gh-node-9326
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// NOTE: Was crashing on FreeBSD
process.kill(process.pid, 'SIGINT');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing .js

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed.