summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2016-01-16 01:37:17 +0000
committerngie <ngie@FreeBSD.org>2016-01-16 01:37:17 +0000
commit73b8e753d32c0e36b8aee19f6c8e2d4d6251ec20 (patch)
treee8ce221b85253167825dc714a9bc2e06b9d0bcc7 /tools
parent782436485fc3ae1f070c412778ab29f9e151730e (diff)
downloadFreeBSD-src-73b8e753d32c0e36b8aee19f6c8e2d4d6251ec20.zip
FreeBSD-src-73b8e753d32c0e36b8aee19f6c8e2d4d6251ec20.tar.gz
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
Diffstat (limited to 'tools')
-rw-r--r--tools/regression/sockets/so_setfib/so_setfib.c2
1 files changed, 1 insertions, 1 deletions
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);
}
OpenPOWER on IntegriCloud