]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
test/filestore/chain_xattr: remove testfile; disable LOGFILE
authorSage Weil <sage@inktank.com>
Thu, 14 Feb 2013 20:36:12 +0000 (12:36 -0800)
committerSage Weil <sage@inktank.com>
Thu, 14 Feb 2013 20:37:28 +0000 (12:37 -0800)
These make the gitbuilder checks unhappy.

Signed-off-by: Sage Weil <sage@inktank.com>
src/test/filestore/chain_xattr.cc

index e203ab94c6cab7c75f133dca413d38aec2c169fd..8346c02b2b160e5ebe74027f29cd86a7bdd25c72 100644 (file)
@@ -181,6 +181,8 @@ TEST(chain_xattr, listxattr) {
 
   ASSERT_EQ(0, chain_removexattr(file, name1.c_str()));
   ASSERT_EQ(0, chain_removexattr(file, name2.c_str()));
+
+  ::unlink(file);
 }
 
 int main(int argc, char **argv) {
@@ -189,7 +191,6 @@ int main(int argc, char **argv) {
 
   global_init(NULL, args, CEPH_ENTITY_TYPE_CLIENT, CODE_ENVIRONMENT_UTILITY, 0);
   common_init_finish(g_ceph_context);
-  g_ceph_context->_conf->set_val("log_file", "LOGFILE");
   g_ceph_context->_conf->set_val("err_to_stderr", "false");
   g_ceph_context->_conf->set_val("log_to_stderr", "false");
   g_ceph_context->_conf->apply_changes(NULL);