From 8605488598e0ffcd193d6798f0d68a92de22c6a9 Mon Sep 17 00:00:00 2001 From: Soren Hansen Date: Thu, 18 Sep 2014 11:04:20 +0200 Subject: [PATCH] Fix style issue in remote_exec_test --- command/agent/remote_exec_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()