未验证 提交 c79b058a 编写于 作者: S Shengliang Guan 提交者: GitHub

Merge pull request #17761 from taosdata/fix/TD-19873-D

fix: make test pass when running tfs_test standalone in mac
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册