aboutsummaryrefslogtreecommitdiff
path: root/src/leveldb/db/corruption_test.cc
diff options
context:
space:
mode:
authorPieter Wuille <[email protected]>2016-12-01 16:14:45 -0800
committerPieter Wuille <[email protected]>2016-12-01 16:14:45 -0800
commit605d701471c3ee84682b0c149e41142d7cea95e7 (patch)
tree7a6af0e78ee2202f510686e9a3561c28829b8a4b /src/leveldb/db/corruption_test.cc
parentMerge #9183: Final Preparation for main.cpp Split (diff)
parentSquashed 'src/leveldb/' changes from 20ca81f..a31c8aa (diff)
downloaddiscoin-605d701471c3ee84682b0c149e41142d7cea95e7.tar.xz
discoin-605d701471c3ee84682b0c149e41142d7cea95e7.zip
Merge in LevelDB 1.19 changes
Diffstat (limited to 'src/leveldb/db/corruption_test.cc')
-rw-r--r--src/leveldb/db/corruption_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leveldb/db/corruption_test.cc b/src/leveldb/db/corruption_test.cc
index 96afc6891..37a484d25 100644
--- a/src/leveldb/db/corruption_test.cc
+++ b/src/leveldb/db/corruption_test.cc
@@ -36,7 +36,7 @@ class CorruptionTest {
tiny_cache_ = NewLRUCache(100);
options_.env = &env_;
options_.block_cache = tiny_cache_;
- dbname_ = test::TmpDir() + "/db_test";
+ dbname_ = test::TmpDir() + "/corruption_test";
DestroyDB(dbname_, options_);
db_ = NULL;