mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
This commit is contained in:
parent
dce512b671
commit
7c5cecc0f9
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue