From c15a563df7df6ef4dd87eda4e86c21f9b8881c2c Mon Sep 17 00:00:00 2001 From: "T.C. Hollingsworth" 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