Merge branch 'next'

This commit is contained in:
Sage Weil 2012-09-30 20:24:34 -07:00
commit 821f61d1a2
2 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh -e
test_libcephfs_readdir
test_libcephfs
exit 0
exit 0

View File

@ -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);
}