summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-04-25 05:25:41 +0000
committerngie <ngie@FreeBSD.org>2015-04-25 05:25:41 +0000
commite82a52615a16989d4d26683e7577377a8f5b4509 (patch)
tree46c5a55e5ceca6cd4d0d9be0337fbc38901e8ec9 /tests
parent43e67941792b631df7a8c8c43bb0eaca49cd84dc (diff)
downloadFreeBSD-src-e82a52615a16989d4d26683e7577377a8f5b4509.zip
FreeBSD-src-e82a52615a16989d4d26683e7577377a8f5b4509.tar.gz
Add missing newline for SKIP plan
Diffstat (limited to 'tests')
-rw-r--r--tests/sys/socket/so_setfib_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sys/socket/so_setfib_test.c b/tests/sys/socket/so_setfib_test.c
index 627a00d..040ad8f 100644
--- a/tests/sys/socket/so_setfib_test.c
+++ b/tests/sys/socket/so_setfib_test.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