From a84560998bf0583a8071b32ef5be2995727cc9f8 Mon Sep 17 00:00:00 2001 From: Spencer Nelson Date: Tue, 20 Jun 2017 18:50:10 -0400 Subject: [PATCH] Improve comment documenting GOBIN test --- retool_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/retool_test.go b/retool_test.go index 8ad9352..58890e9 100644 --- a/retool_test.go +++ b/retool_test.go @@ -99,8 +99,8 @@ func TestRetool(t *testing.T) { }) t.Run("build_with_gobin_set", func(t *testing.T) { - // Set GOBIN to a directory not controlled by retool. It should still - // put built binaries in _tools/bin. + // Even if GOBIN is set to a directory not controlled by retool, running + // 'retool build' should still put built binaries in _tools/bin. t.Parallel() dir, cleanup := setupTempDir(t) defer cleanup()