提交 ee0b285a 编写于 作者: O openharmony_ci 提交者: Gitee

!652 capability060 testcase adapt

Merge pull request !652 from 胡吉翔/security_lite_20210918
文件模式从 100755 更改为 100644
......@@ -753,7 +753,7 @@ HWTEST_F(CapabilityTestSuite, CapabilityTest0600, Function | MediumTest | Level2
exitCode = 1;
}
// Step 2: Failed to kill the sub process
ret = kill(pid2, SIGXFSZ);
ret = kill(pid1, SIGXFSZ);
if (ret != FALSE) {
LOG("ErrInfo: Kill process without CAP_KILL");
exitCode = 1;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册