Commit a0b40936 authored by Yoni Fogel's avatar Yoni Fogel

Addresses #652 refs[t:652] fixed recover test (changed expectation)

git-svn-id: file:///svn/toku/tokudb@15857 c7de825b-a66e-492c-adef-691d508d4ae1
parent 991368b8
......@@ -66,7 +66,7 @@ static void run_recover (void) {
r = db_env_create(&env, 0); CKERR(r);
r = env->open(env, ENVDIR, envflags + DB_RECOVER, S_IRWXU+S_IRWXG+S_IRWXO);
assert(r == DB_RUNRECOVERY);
CKERR2(r, ENOENT);
r = system("rm -rf " ENVDIR "/*.tokulog");
CKERR(r);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment