Merge pull request #17761 from taosdata/fix/TD-19873-D
fix: make test pass when running tfs_test standalone in mac
This commit is contained in:
commit
c79b058a07
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue