summaryrefslogtreecommitdiff
path: root/test/backupstorefix/testbackupstorefix.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/backupstorefix/testbackupstorefix.cpp')
-rw-r--r--test/backupstorefix/testbackupstorefix.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/backupstorefix/testbackupstorefix.cpp b/test/backupstorefix/testbackupstorefix.cpp
index e92be1bd..b00862e1 100644
--- a/test/backupstorefix/testbackupstorefix.cpp
+++ b/test/backupstorefix/testbackupstorefix.cpp
@@ -720,7 +720,7 @@ int test(int argc, const char *argv[])
# define RUN(x) TEST_THAT(system(x) == 0);
# ifdef WIN32
- RUN("rmdir /s/q testfiles\\0_2\\backup\\01234567\\02\\01");
+ RUN("rd /s/q testfiles\\0_2\\backup\\01234567\\02\\01");
# else // !WIN32
RUN("rm -r testfiles/0_2/backup/01234567/02/01");
# endif // WIN32