svn commit: r294302 - stable/10/tools/regression/sockets/so_setfib
Garrett Cooper
ngie at FreeBSD.org
Tue Jan 19 01:35:18 UTC 2016
Author: ngie
Date: Tue Jan 19 01:35:16 2016
New Revision: 294302
URL: https://svnweb.freebsd.org/changeset/base/294302
Log:
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
Modified:
stable/10/tools/regression/sockets/so_setfib/so_setfib.c
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/tools/regression/sockets/so_setfib/so_setfib.c
==============================================================================
--- stable/10/tools/regression/sockets/so_setfib/so_setfib.c Tue Jan 19 01:33:27 2016 (r294301)
+++ stable/10/tools/regression/sockets/so_setfib/so_setfib.c Tue Jan 19 01:35:16 2016 (r294302)
@@ -171,7 +171,7 @@ main(int argc __unused, char *argv[] __u
size_t s;
if (geteuid() != 0) {
- printf("1..0 # SKIP: must be root");
+ printf("1..0 # SKIP: must be root\n");
return (0);
}
More information about the svn-src-stable
mailing list