diff options
Diffstat (limited to 'libbb/bbunit.c')
-rw-r--r-- | libbb/bbunit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/bbunit.c b/libbb/bbunit.c index 5f8d980..ccd909d 100644 --- a/libbb/bbunit.c +++ b/libbb/bbunit.c @@ -60,6 +60,6 @@ int unit_main(int argc UNUSED_PARAM, char **argv UNUSED_PARAM) return EXIT_FAILURE; } - bb_error_msg("All tests passed"); + bb_simple_error_msg("All tests passed"); return EXIT_SUCCESS; } |