Fix style issue in remote_exec_test

This commit is contained in:
Soren Hansen 2014-09-18 11:04:20 +02:00
parent 8f5089a661
commit 8605488598
1 changed files with 1 additions and 1 deletions

View File

@ -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()