don't prealloc in unit tests

This commit is contained in:
Eliot Horowitz
2009-10-14 16:57:11 -04:00
parent 409e8b6db4
commit 3dddfe2a7a

View File

@@ -202,7 +202,8 @@ namespace mongo {
string dbpathString = p.native_directory_string();
dbpath = dbpathString.c_str();
cmdLine.prealloc = false;
Client::initThread();
acquirePathLock();