Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jan 2016 01:35:16 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r294302 - stable/10/tools/regression/sockets/so_setfib
Message-ID:  <201601190135.u0J1ZGiv084518@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);
 	}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601190135.u0J1ZGiv084518>