mirror of
https://github.com/systemd/systemd.git
synced 2024-11-05 15:21:37 +03:00
test: minor typo fix
As pointed out on: https://github.com/systemd/systemd/pull/14465#discussion_r364152064
This commit is contained in:
parent
0aa9bffe10
commit
6a6078a585
@ -617,7 +617,7 @@ static void test_setpriority_closest(void) {
|
||||
|
||||
/* rlimit of 30 equals nice level of -10 */
|
||||
if (setrlimit(RLIMIT_NICE, &RLIMIT_MAKE_CONST(30)) < 0) {
|
||||
/* If this fails we are probably unprivielged or in a userns of some kind, let's skip
|
||||
/* If this fails we are probably unprivileged or in a userns of some kind, let's skip
|
||||
* the full test */
|
||||
assert_se(ERRNO_IS_PRIVILEGE(errno));
|
||||
full_test = false;
|
||||
|
Loading…
Reference in New Issue
Block a user