Fix the getclient test (Need this feature for future tests).
diff --git a/bsd-core/drm_ioctl.c b/bsd-core/drm_ioctl.c
index e22faa8..b5b5cf5 100644
--- a/bsd-core/drm_ioctl.c
+++ b/bsd-core/drm_ioctl.c
@@ -213,9 +213,7 @@
 	}
 	DRM_UNLOCK();
 
-	DRM_COPY_TO_USER_IOCTL( (drm_client_t *)data, client, sizeof(client) );
-
-	return 0;
+	return EINVAL;
 }
 
 int drm_getstats(DRM_IOCTL_ARGS)
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 815dae5..949e2b0 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -18,7 +18,5 @@
 	getversion \
 	getclient
 
-XFAIL_TESTS = getclient
-
 EXTRA_PROGRAMS = $(TESTS)
 CLEANFILES = $(EXTRA_PROGRAMS) $(EXTRA_LTLIBRARIES)
\ No newline at end of file