summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auth.c b/tests/auth.c
index 45265d6c..4160d1de 100644
--- a/tests/auth.c
+++ b/tests/auth.c
@@ -108,7 +108,7 @@ static void server()
ret = ioctl(drmfd, DRM_IOCTL_AUTH_MAGIC, &auth);
if (ret == -1)
- err(1, "Authenticating bad magic succeeded\n");
+ err(1, "Failure to authenticate client magic\n");
wait_event(1, CLIENT_DONE);
}