summaryrefslogtreecommitdiff
path: root/lib/common/Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/common/Test.cpp')
-rw-r--r--lib/common/Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common/Test.cpp b/lib/common/Test.cpp
index df2c3bc6..f7eeb310 100644
--- a/lib/common/Test.cpp
+++ b/lib/common/Test.cpp
@@ -117,7 +117,7 @@ bool setUp(const char* function_name)
}
else if(filetype == ObjectExists_Dir)
{
- std::string cmd = "rmdir /s /q testfiles\\" + filename;
+ std::string cmd = "rd /s /q testfiles\\" + filename;
int status = system(cmd.c_str());
if(status != 0)
{