summaryrefslogtreecommitdiff
path: root/tests/auth.c
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2007-09-19 15:55:58 -0700
committerEric Anholt <eric@anholt.net>2007-09-19 15:55:58 -0700
commit3d3a96ad4e5596187236898ca241515a21661b69 (patch)
tree89b2b0900cf02235741fa670e7947babc8959ebe /tests/auth.c
parent0055fd5c35306a6363b0414f7f2220b3d1c27ecc (diff)
parente349b58b4a6ebfe299720cb921039a600c145e65 (diff)
Merge branch 'origin' into bo-set-pin
Diffstat (limited to 'tests/auth.c')
-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);
}