diff --git a/plugin_test.go b/plugin_test.go index 549a39d..49a25e3 100644 --- a/plugin_test.go +++ b/plugin_test.go @@ -918,9 +918,6 @@ func TestSudoCommand(t *testing.T) { var ( buffer bytes.Buffer expected = ` - ======CMD====== - sudo su - -c "whoami" - ======END====== out: root ` ) @@ -936,7 +933,6 @@ func TestSudoCommand(t *testing.T) { }, CommandTimeout: 10 * time.Second, RequireTty: true, - Debug: true, }, Writer: &buffer, }