adjustment: removed cli display for pty

This commit is contained in:
Sheen Capadngan
2024-05-01 11:08:58 +08:00
parent 4479e626c7
commit 3897bd70fa

View File

@@ -1,7 +1,6 @@
package tests
import (
"fmt"
"os/exec"
"strings"
"testing"
@@ -61,7 +60,6 @@ func UserLoginCmd(t *testing.T) {
close(stepChan)
return
}
fmt.Print(string(buf[:n]))
}
}()