未验证 提交 fe642630 编写于 作者: O openharmony_ci 提交者: Gitee

!1902 FIX:修改虚假断言

Merge pull request !1902 from cheng_jinsong/0413_test
......@@ -479,11 +479,7 @@ HWTEST_F(StartupInitUTest, cmdFuncDoCmdTest_006, TestSize.Level0)
dirTmp = nullptr;
}
// delete dir
if (remove(cmdContentStr.c_str()) != 0) {
EXPECT_EQ(0, 0);
}
remove(cmdContentStr.c_str());
// chmod success
cmdStr = "chmod ";
cmdContentStr = "0440 " + TEST_FILE;
......@@ -872,10 +868,7 @@ HWTEST_F(StartupInitUTest, cmdFuncDoLoadCfgTest_002, TestSize.Level0)
EXPECT_TRUE(testCfgStat.st_size > 0);
DoCmd(&curCmdLine);
// remove tmp file
if (remove(TEST_CFG_ILLEGAL.c_str()) != 0) {
EXPECT_EQ(0, 0);
}
remove(TEST_CFG_ILLEGAL.c_str());
}
/*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册