aboutsummaryrefslogtreecommitdiff
path: root/libbb/bbunit.c
diff options
context:
space:
mode:
Diffstat (limited to 'libbb/bbunit.c')
-rw-r--r--libbb/bbunit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/bbunit.c b/libbb/bbunit.c
index 5f8d980a3..ccd909d78 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;
}