From f80276597cf7dd5b52b9384c8c298d9ac6b977a2 Mon Sep 17 00:00:00 2001 From: Shirou WAKAYAMA Date: Fri, 6 Mar 2015 12:57:07 +0900 Subject: [PATCH] oops --- process/process_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/process/process_test.go b/process/process_test.go index f7508e7..99688d1 100644 --- a/process/process_test.go +++ b/process/process_test.go @@ -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)