]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/test/common/test_mutex.cc
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / test / common / test_mutex.cc
index ed987e0d9ae09b5ae8b1e45cf54853cf8a8da97c..95a9a621302894782b762a2f10b92617c63f006a 100644 (file)
@@ -32,6 +32,7 @@ TEST(Mutex, NormalAsserts) {
   Mutex* m = new Mutex("Normal",false);
   m->Lock();
   testing::GTEST_FLAG(death_test_style) = "threadsafe";
+  PrCtl unset_dumpable;
   EXPECT_DEATH(m->Lock(), ".*");
 }