mirror of
https://github.com/google/leveldb.git
synced 2026-08-18 10:33:27 +08:00
Remove the / prefix from the recovery_test test file to prevent a double /.
PiperOrigin-RevId: 388341429
This commit is contained in:
committed by
Victor Costan
parent
5d94ad4d95
commit
8e62cc5124
@@ -18,7 +18,7 @@ namespace leveldb {
|
||||
class RecoveryTest : public testing::Test {
|
||||
public:
|
||||
RecoveryTest() : env_(Env::Default()), db_(nullptr) {
|
||||
dbname_ = testing::TempDir() + "/recovery_test";
|
||||
dbname_ = testing::TempDir() + "recovery_test";
|
||||
DestroyDB(dbname_, Options());
|
||||
Open();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user