Skip to content
Snippets Groups Projects
Commit 15c78ce6 authored by Daniele Kruse's avatar Daniele Kruse
Browse files

Removed the deletion of the mock name server path in the destructor

parent 99a8ce93
No related branches found
No related tags found
No related merge requests found
......@@ -322,9 +322,6 @@ cta::MockNameServer::MockNameServer(const std::string &path): m_fileIdCounter(0)
// destructor
//------------------------------------------------------------------------------
cta::MockNameServer::~MockNameServer() throw() {
std::string cmd("rm -rf ");
cmd += m_fsDir;
system(cmd.c_str());
}
//------------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment