fix: make test pass when running tfs_test standalone in mac

This commit is contained in:
Cary Xu 2022-10-29 19:58:44 +08:00
parent 24f31b0f72
commit e182637af5
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ TEST_F(TfsTest, 01_Open_Close) {
STfs *pTfs = tfsOpen(&dCfg, 1);
ASSERT_EQ(pTfs, nullptr);
taosMkDir(root);
taosMulMkDir(root);
pTfs = tfsOpen(&dCfg, 1);
ASSERT_NE(pTfs, nullptr);