Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > ab80efb1adee1a547b378c960b9f77cd > files > 2

nodejs-tap-0.4.4-1.fc18.src.rpm

From c15a563df7df6ef4dd87eda4e86c21f9b8881c2c Mon Sep 17 00:00:00 2001
From: "T.C. Hollingsworth" <tchollingsworth@gmail.com>
Date: Mon, 22 Apr 2013 22:56:52 -0700
Subject: [PATCH] tests: segv actually segfaults

---
 test/segv.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/segv.js b/test/segv.js
index cb2c371..d0d6fba 100644
--- a/test/segv.js
+++ b/test/segv.js
@@ -38,7 +38,7 @@ test('segv', function (t) {
           'name': ' ././segv',
           'exit': null,
           'timedOut': true,
-          'signal': 'SIGBUS',
+          'signal': 'SIGSEGV',
           'command': '"./segv"' }
       , 'tests 1'
       , 'fail  1' ]
-- 
1.8.2