提交 7932dd0a 编写于 作者: X xdmal

Signed-off-by: xdmal <maxiaodong16@huawei.com>

 On branch master
 Your branch is up to date with 'origin/master'.
上级 97628bb4
......@@ -161,7 +161,7 @@ describe('ChildProcessTest', function () {
* @tc.author: wangben
*/
it('testGetOutput004', 0, async function () {
var child = process.runCmd('echo 浣犲�?');
var child = process.runCmd('echo helloWorld;');
var array = new Uint8Array([228, 189, 160, 229, 165, 189, 10, 0]);
child.wait();
child.getOutput().then(val=>{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册