diff options
author | ngie <ngie@FreeBSD.org> | 2015-04-25 05:25:41 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2015-04-25 05:25:41 +0000 |
commit | e82a52615a16989d4d26683e7577377a8f5b4509 (patch) | |
tree | 46c5a55e5ceca6cd4d0d9be0337fbc38901e8ec9 /tests | |
parent | 43e67941792b631df7a8c8c43bb0eaca49cd84dc (diff) | |
download | FreeBSD-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.c | 2 |
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); } |