package utils import "testing" func TestDetectCmd(t *testing.T) { a, b := DetectCmd("ps") t.Logf("%v,%v", a, b) }