diff options
Diffstat (limited to 'test/birdtest.c')
-rw-r--r-- | test/birdtest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/birdtest.c b/test/birdtest.c index 6ad743ce..86a8882f 100644 --- a/test/birdtest.c +++ b/test/birdtest.c @@ -240,7 +240,7 @@ bt_log_result(int result, u64 time, const char *fmt, va_list argptr) printf("%s\n", result_str); if (do_die && !result) - abort(); + exit(1); } static u64 |