We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 912e1a8 commit f152732Copy full SHA for f152732
src/test/libcephfs/test.cc
@@ -537,6 +537,7 @@ TEST(LibCephFS, ManyNestedDirs) {
537
ASSERT_STREQ(dent->d_name, "..");
538
if (component == "ManyNestedDirs"sv) {
539
ASSERT_EQ(0, ceph_chdir(cmount, component.c_str()));
540
+ ASSERT_EQ(ceph_closedir(cmount, dirp), 0);
541
continue;
542
}
543
dent = ceph_readdir(cmount, dirp);
@@ -586,6 +587,7 @@ TEST(LibCephFS, ManyNestedDirsCaseInsensitive) {
586
587
588
if (component == "ManyNestedDirsCaseInsensitive"sv) {
589
590
591
592
593
0 commit comments