aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2016-01-16 01:37:17 +0000
committerEnji Cooper <ngie@FreeBSD.org>2016-01-16 01:37:17 +0000
commit7c5cecc0f98bed31d2c882b72e0cdb5d45105467 (patch)
treee8ce221b85253167825dc714a9bc2e06b9d0bcc7 /tools
parentdce512b671350ebfaea10ebe36b08755d9ac125b (diff)
downloadsrc-7c5cecc0f98bed31d2c882b72e0cdb5d45105467.tar.gz
src-7c5cecc0f98bed31d2c882b72e0cdb5d45105467.zip
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
Notes
Notes: svn path=/head/; revision=294123
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 50cb020419cf..c56cf5b4b102 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);
}