diff --git a/compileruntime/process_lib_standard/src/main/js/test/Process.test.js b/compileruntime/process_lib_standard/src/main/js/test/Process.test.js index 96f940a6c316cb167de21f7f9818443fce1423d1..18b03d86a002147dfcde57cae2c48eaea9e65ffd 100644 --- a/compileruntime/process_lib_standard/src/main/js/test/Process.test.js +++ b/compileruntime/process_lib_standard/src/main/js/test/Process.test.js @@ -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=>{