diff --git a/command/agent/remote_exec_test.go b/command/agent/remote_exec_test.go index d91f6c2f24..b45ce0657d 100644 --- a/command/agent/remote_exec_test.go +++ b/command/agent/remote_exec_test.go @@ -172,7 +172,7 @@ func TestRemoteExecWrites(t *testing.T) { -func _TestHandleRemoteExec(t *testing.T, command string, expectedSubstring string, expectedReturnCode string) { +func testHandleRemoteExec(t *testing.T, command string, expectedSubstring string, expectedReturnCode string) { dir, agent := makeAgent(t, nextConfig()) defer os.RemoveAll(dir) defer agent.Shutdown()