提交 e2892325 编写于 作者: X xionglei6

init: fix ut

Signed-off-by: Nxionglei6 <xionglei6@huawei.com>
上级 6b3530bc
......@@ -733,6 +733,8 @@ static void CheckCmd(const TestCmdLine *resCmd)
EXPECT_NE(' ', resCmd->cmdContent[0]); // should not start with space
} else if (strcmp("loadcfg ", resCmd->name) == 0) {
EXPECT_NE(' ', resCmd->cmdContent[0]); // should not start with space
} else if (strcmp("export ", resCmd->name) == 0) {
EXPECT_NE(' ', resCmd->cmdContent[0]); // should not start with space
} else { // unknown cmd
EXPECT_TRUE(false);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册