提交 74fde9da 编写于 作者: O openharmony_ci 提交者: Gitee

!134 回滚release版本fs的testTruncateEacces用例

Merge pull request !134 from chuaizhzh/kernel_lite_20210413_Truncate
......@@ -350,7 +350,7 @@ HWTEST_F(FileSystemTest, testTruncateEacces, Function | MediumTest | Level3)
{
EXPECT_EQ(truncate("/", 10), -1);
printf("errno = %d\n", errno);
EXPECT_EQ(errno, EISDIR);
EXPECT_EQ(errno, EACCES);
}
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册