Blame nodejs-tap-segv-actually-segfaults.patch

T.C. Hollingsworth fd284ff
From c15a563df7df6ef4dd87eda4e86c21f9b8881c2c Mon Sep 17 00:00:00 2001
T.C. Hollingsworth fd284ff
From: "T.C. Hollingsworth" <tchollingsworth@gmail.com>
T.C. Hollingsworth fd284ff
Date: Mon, 22 Apr 2013 22:56:52 -0700
T.C. Hollingsworth fd284ff
Subject: [PATCH] tests: segv actually segfaults
T.C. Hollingsworth fd284ff
T.C. Hollingsworth fd284ff
---
T.C. Hollingsworth fd284ff
 test/segv.js | 2 +-
T.C. Hollingsworth fd284ff
 1 file changed, 1 insertion(+), 1 deletion(-)
T.C. Hollingsworth fd284ff
T.C. Hollingsworth fd284ff
diff --git a/test/segv.js b/test/segv.js
T.C. Hollingsworth fd284ff
index cb2c371..d0d6fba 100644
T.C. Hollingsworth fd284ff
--- a/test/segv.js
T.C. Hollingsworth fd284ff
+++ b/test/segv.js
T.C. Hollingsworth fd284ff
@@ -38,7 +38,7 @@ test('segv', function (t) {
T.C. Hollingsworth fd284ff
           'name': ' ././segv',
T.C. Hollingsworth fd284ff
           'exit': null,
T.C. Hollingsworth fd284ff
           'timedOut': true,
T.C. Hollingsworth fd284ff
-          'signal': 'SIGBUS',
T.C. Hollingsworth fd284ff
+          'signal': 'SIGSEGV',
T.C. Hollingsworth fd284ff
           'command': '"./segv"' }
T.C. Hollingsworth fd284ff
       , 'tests 1'
T.C. Hollingsworth fd284ff
       , 'fail  1' ]
T.C. Hollingsworth fd284ff
-- 
T.C. Hollingsworth fd284ff
1.8.2
T.C. Hollingsworth fd284ff