summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/src/test-runner.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/test-runner.c b/tests/src/test-runner.c
index 78f476af..1b961961 100644
--- a/tests/src/test-runner.c
+++ b/tests/src/test-runner.c
@@ -2582,7 +2582,7 @@ main (int argc, char **argv)
/* Root account */
{"root", "", "root", 0},
/* Unprivileged account for greeters */
- {"lightdm", "", "", 100},
+ {GREETER_USER, "", "", 100},
/* These accounts have a password */
{"have-password1", "password", "Password User 1", 1000},
{"have-password2", "password", "Password User 2", 1001},