]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
tests: journal test no longer explicitly shuts down crypto
authorJason Dillaman <dillaman@redhat.com>
Thu, 20 Aug 2015 01:56:56 +0000 (21:56 -0400)
committerJason Dillaman <dillaman@redhat.com>
Fri, 6 Nov 2015 01:42:42 +0000 (20:42 -0500)
This is now automatically handled by CephContext.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/test/journal/test_main.cc

index 3323b602fb329a48916f558b3be93b96a7807e89..f8c7d3eea1b78bc8ad9fc225d82fa2be00022be1 100644 (file)
@@ -22,6 +22,5 @@ int main(int argc, char **argv)
 
   int r = RUN_ALL_TESTS();
   g_ceph_context->put();
-  ceph::crypto::shutdown();
   return r;
 }