mirror of
https://github.com/ceph/ceph
synced 2025-01-20 01:51:34 +00:00
Merge branch 'next'
This commit is contained in:
commit
821f61d1a2
@ -1,5 +1,5 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
test_libcephfs_readdir
|
||||
test_libcephfs
|
||||
|
||||
exit 0
|
||||
exit 0
|
||||
|
@ -53,7 +53,6 @@ TEST(LibCephFS, Open_empty_component) {
|
||||
ASSERT_LT(0, fd);
|
||||
|
||||
ASSERT_EQ(0, ceph_close(cmount, fd));
|
||||
ASSERT_EQ(0, ceph_closedir(cmount, dirp));
|
||||
ceph_shutdown(cmount);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user