diff options
Diffstat (limited to 'test')
-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 ae05d1a5..3bf1fa77 100644 --- a/test/birdtest.c +++ b/test/birdtest.c @@ -246,7 +246,7 @@ bt_log_result(int result, u64 time, const char *fmt, va_list argptr) printf("%s\n", result_str); if (do_die && !result) - exit(1); + abort(); } static u64 |