summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls
diff options
context:
space:
mode:
Diffstat (limited to 'test/syscalls')
-rw-r--r--test/syscalls/linux/proc.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/syscalls/linux/proc.cc b/test/syscalls/linux/proc.cc
index 923699ed3..da8f30f32 100644
--- a/test/syscalls/linux/proc.cc
+++ b/test/syscalls/linux/proc.cc
@@ -1998,8 +1998,6 @@ void CheckDuplicatesRecursively(std::string path) {
}
children.insert(std::string(dp->d_name));
- ASSERT_NE(dp->d_type, DT_UNKNOWN);
-
if (dp->d_type == DT_DIR) {
child_dirs.push_back(std::string(dp->d_name));
}