提交 f8027659 编写于 作者: S Shirou WAKAYAMA

oops

上级 23423507
......@@ -129,10 +129,11 @@ func Test_Process_Status(t *testing.T) {
func Test_Process_Terminal(t *testing.T) {
p := testGetProcess()
v, err := p.Terminal()
_, err := p.Terminal()
if err != nil {
t.Errorf("geting terminal error %v", err)
}
/*
if v == "" {
t.Errorf("could not get terminal %v", v)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册