Go format fix

This commit is contained in:
William Tisäter 2014-09-19 10:51:03 +02:00
parent 48f5195516
commit 554fc14f7d
1 changed files with 0 additions and 2 deletions

View File

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