summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2016-01-19 01:35:16 +0000
committerngie <ngie@FreeBSD.org>2016-01-19 01:35:16 +0000
commit4b07dd5aab89a1b0329e319d41fa237a4e9aba9d (patch)
tree685ead0cf0d9366c4c1370caf19419d22bd9407d /tools
parent95e3008df9dacdefc14557f98920587b391f3b2b (diff)
downloadFreeBSD-src-4b07dd5aab89a1b0329e319d41fa237a4e9aba9d.zip
FreeBSD-src-4b07dd5aab89a1b0329e319d41fa237a4e9aba9d.tar.gz
MFC r294123:
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
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