From: Francis Dupont Date: Tue, 22 Jan 2019 21:12:08 +0000 (+0100) Subject: [422-distcheck-failure-after-375] Removed comment X-Git-Tag: 406-update-cb_cmds-with-get-commands_base~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5c27fd9ab82beaa0296fd111db30f7c2655d2cd;p=thirdparty%2Fkea.git [422-distcheck-failure-after-375] Removed comment --- diff --git a/src/bin/agent/tests/ca_controller_unittests.cc b/src/bin/agent/tests/ca_controller_unittests.cc index df62bec560..b7223eff5e 100644 --- a/src/bin/agent/tests/ca_controller_unittests.cc +++ b/src/bin/agent/tests/ca_controller_unittests.cc @@ -651,7 +651,7 @@ TEST_F(CtrlAgentControllerTest, configReloadFileValid) { // Check that the config was indeed applied? // Remove the file. - //::remove("testvalid.json"); + ::remove("testvalid.json"); // Now clean up after ourselves. ctrl->deregisterCommands();