summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2014-02-11 19:36:07 +0000
committerChris Wilson <chris+github@qwirx.com>2014-02-11 19:36:07 +0000
commiteb8e4cb213e7d4db6c525b75c30c3446c14bcdb2 (patch)
tree850e6c4e0e2b3b9a9ed9fc9c9883d1016fedf953 /test
parent1a2206b43c4f4380bd32da92375a848808875937 (diff)
Re-enable the disabled test_dir_fixing
Diffstat (limited to 'test')
-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 4ff68945..1f59de90 100644
--- a/test/backupstorefix/testbackupstorefix.cpp
+++ b/test/backupstorefix/testbackupstorefix.cpp
@@ -446,7 +446,7 @@ int test(int argc, const char *argv[])
}
// Test the backupstore directory fixing
- // FIXME reenable: test_dir_fixing();
+ test_dir_fixing();
// Initialise the raidfile controller
RaidFileController &rcontroller = RaidFileController::GetController();