From: Jason Dillaman Date: Thu, 20 Aug 2015 01:56:56 +0000 (-0400) Subject: tests: journal test no longer explicitly shuts down crypto X-Git-Tag: v10.0.1~102^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2097b4de46df0a0247df148a1d55a1df3f85cb72;p=ceph.git tests: journal test no longer explicitly shuts down crypto This is now automatically handled by CephContext. Signed-off-by: Jason Dillaman --- diff --git a/src/test/journal/test_main.cc b/src/test/journal/test_main.cc index 3323b602fb32..f8c7d3eea1b7 100644 --- a/src/test/journal/test_main.cc +++ b/src/test/journal/test_main.cc @@ -22,6 +22,5 @@ int main(int argc, char **argv) int r = RUN_ALL_TESTS(); g_ceph_context->put(); - ceph::crypto::shutdown(); return r; }