From a5c27fd9ab82beaa0296fd111db30f7c2655d2cd Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Tue, 22 Jan 2019 22:12:08 +0100 Subject: [PATCH] [422-distcheck-failure-after-375] Removed comment --- src/bin/agent/tests/ca_controller_unittests.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.47.2