From 1541a61f5db1ce6e278b5f9c910a595c0c7dbe58 Mon Sep 17 00:00:00 2001 From: mattn Date: Fri, 5 Apr 2013 18:04:22 +0900 Subject: Fix exit --- test/init_mrbtest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/init_mrbtest.c b/test/init_mrbtest.c index 5c80c6e91..3b8f9129e 100644 --- a/test/init_mrbtest.c +++ b/test/init_mrbtest.c @@ -18,7 +18,7 @@ mrb_init_mrbtest(mrb_state *mrb) #endif if (mrb->exc) { mrb_p(mrb, mrb_obj_value(mrb->exc)); - exit(0); + exit(EXIT_FAILURE); } } -- cgit v1.2.3