summaryrefslogtreecommitdiff
path: root/src/test/test-acl-util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/test-acl-util.c')
-rw-r--r--src/test/test-acl-util.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/test-acl-util.c b/src/test/test-acl-util.c
index 5b572bb0bf..70ffdbc519 100644
--- a/src/test/test-acl-util.c
+++ b/src/test/test-acl-util.c
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: LGPL-2.1+ */
/***
This file is part of systemd.
@@ -48,7 +49,7 @@ static void test_add_acls_for_user(void) {
assert_se(system(cmd) == 0);
if (getuid() == 0) {
- const char *nobody = "nobody";
+ const char *nobody = NOBODY_USER_NAME;
r = get_user_creds(&nobody, &uid, NULL, NULL, NULL);
if (r < 0)
uid = 0;