summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/debugfs_test.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/debugfs_test.c b/tests/debugfs_test.c
index fb1735bf..287ffeb3 100644
--- a/tests/debugfs_test.c
+++ b/tests/debugfs_test.c
@@ -44,8 +44,6 @@ static void read_and_discard_sysfs_entries(int path_fd, bool is_crc)
continue;
if (dirent->d_type == DT_DIR) {
int sub_fd = -1;
- if (strstr(dirent->d_name, "crtc-"))
- continue;
igt_assert((sub_fd =
openat(path_fd, dirent->d_name, O_RDONLY |
O_DIRECTORY)) > 0);