Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
disable simple/test-signal-handler on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Zinkovsky committed Mar 5, 2012
1 parent 5ebc05f commit e10bd51
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/simple/test-signal-handler.js
Expand Up @@ -20,7 +20,10 @@
// USE OR OTHER DEALINGS IN THE SOFTWARE.



// SIGUSR1 and SIGHUP are not supported on Windows
if (process.platform === 'win32') {
process.exit(0);
}

var common = require('../common');
var assert = require('assert');
Expand Down

0 comments on commit e10bd51

Please sign in to comment.