Browse Source

Go format fix

pull/358/head
William Tisäter 10 years ago
parent
commit
c061eec101
  1. 2
      command/agent/remote_exec_test.go

2
command/agent/remote_exec_test.go

@ -170,8 +170,6 @@ func TestRemoteExecWrites(t *testing.T) {
}
}
func testHandleRemoteExec(t *testing.T, command string, expectedSubstring string, expectedReturnCode string) {
dir, agent := makeAgent(t, nextConfig())
defer os.RemoveAll(dir)

Loading…
Cancel
Save