16f685d
diff --git a/src/tests/testStoreHashIndex.cc b/src/tests/testStoreHashIndex.cc
16f685d
index 0564380..fcd60b9 100644
16f685d
--- a/src/tests/testStoreHashIndex.cc
16f685d
+++ b/src/tests/testStoreHashIndex.cc
16f685d
@@ -102,6 +102,8 @@ void commonInit()
16f685d
     if (inited)
16f685d
         return;
16f685d
 
16f685d
+    inited = true;
16f685d
+
16f685d
     Mem::Init();
16f685d
 
16f685d
     Config.Store.avgObjectSize = 1024;
16f685d
@@ -109,6 +111,10 @@ void commonInit()
16f685d
     Config.Store.objectsPerBucket = 20;
16f685d
 
16f685d
     Config.Store.maxObjectSize = 2048;
16f685d
+
16f685d
+    Config.memShared.defaultTo(false);
16f685d
+
16f685d
+    Config.store_dir_select_algorithm = xstrdup("round-robin");
16f685d
 }
16f685d
 
16f685d
 /* TODO make this a cbdata class */