Commit e313932b authored by Bradley C. Kuszmaul's avatar Bradley C. Kuszmaul

Fix #559.

git-svn-id: file:///svn/tokudb@2945 c7de825b-a66e-492c-adef-691d508d4ae1
parent e2ecb687
......@@ -45,8 +45,7 @@ int main (int argc, char *argv[]) {
{
struct stat statbuf;
r = stat(ENVDIR "/foo.db", &statbuf);
assert(r==-1);
assert(errno==ENOENT);
assert(r==0);
}
return 0;
}
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