From c2451e9f49ce28237345f66544eb899454c999f6 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 21 Aug 2013 11:05:21 -0700 Subject: [PATCH] communicator/ssh: get data race tests passing --- communicator/ssh/communicator_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/communicator/ssh/communicator_test.go b/communicator/ssh/communicator_test.go index 8379ad251..60612fd00 100644 --- a/communicator/ssh/communicator_test.go +++ b/communicator/ssh/communicator_test.go @@ -1,3 +1,5 @@ +// +build !race + package ssh import (