Revert "Fix wal_dir not getting cleaned"

This reverts commit f36d394aed.
This commit is contained in:
Igor Canadi 2015-02-05 11:44:17 -08:00
parent 9a52e06a02
commit 7de4e99a8e

View File

@ -2596,8 +2596,7 @@ TEST(DBTest, IgnoreRecoveredLog) {
options.create_if_missing = true;
options.merge_operator = MergeOperators::CreateUInt64AddOperator();
options.wal_dir = dbname_ + "/logs";
Destroy(options);
Reopen(options);
DestroyAndReopen(options);
// fill up the DB
std::string one, two;