From 73b8e753d32c0e36b8aee19f6c8e2d4d6251ec20 Mon Sep 17 00:00:00 2001 From: ngie Date: Sat, 16 Jan 2016 01:37:17 +0000 Subject: Add missing newline to message about requiring root privileges This will help ensure that scripts/parsers don't get confused when the message is printed out MFC after: 3 days Sponsored by: EMC / Isilon Storage Division --- tools/regression/sockets/so_setfib/so_setfib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/regression/sockets/so_setfib/so_setfib.c b/tools/regression/sockets/so_setfib/so_setfib.c index 50cb020..c56cf5b 100644 --- a/tools/regression/sockets/so_setfib/so_setfib.c +++ b/tools/regression/sockets/so_setfib/so_setfib.c @@ -171,7 +171,7 @@ main(int argc __unused, char *argv[] __unused) size_t s; if (geteuid() != 0) { - printf("1..0 # SKIP: must be root"); + printf("1..0 # SKIP: must be root\n"); return (0); } -- cgit v1.1