提交 aefce085 编写于 作者: H hujixiang1 提交者: Mia

fixed ac1dceda from https://gitee.com/mia_0811/xts_acts/pulls/652

hujixiang1@huawei.com
Signed-off-by: Nhujixiang1 <hujixiang1@huawei.com>
Change-Id: Ib49e529f12d25ab4cb0c9fba9ff46fe06ceccbd1
上级 058c6634
文件模式从 100644 更改为 100755
......@@ -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;
......
文件模式从 100755 更改为 100644
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册