Require master in setversion test, since it requires auth.

This commit is contained in:
Eric Anholt 2007-08-15 13:08:19 -07:00
parent a9ee144eab
commit d1a2b26a99

View file

@ -40,7 +40,7 @@ int main(int argc, char **argv)
int fd, ret;
drm_set_version_t sv, version;
fd = drm_open_any();
fd = drm_open_any_master();
/* First, check that we can get the DD/DI versions. */
memset(&version, 0, sizeof(version));