From 0344940255604764cb37cf9ea248b538cce04ff4 Mon Sep 17 00:00:00 2001 From: Tom Clegg Date: Tue, 17 Mar 2020 09:37:15 -0400 Subject: [PATCH] 16053: Remove unneeded GOPATH mangling. Arvados-DCO-1.1-Signed-off-by: Tom Clegg --- lib/install/deps_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/install/deps_test.go b/lib/install/deps_test.go index c2344d878c..a19bcb05f8 100644 --- a/lib/install/deps_test.go +++ b/lib/install/deps_test.go @@ -29,7 +29,6 @@ func (*Suite) TestInstallDeps(c *check.C) { tmp := c.MkDir() script := ` set -x -export GOPATH=${GOPATH:-${HOME}/go} tmp="` + tmp + `" sourcepath="$(realpath ../..)" (cd ${sourcepath} && go build -o ${tmp} ./cmd/arvados-server) -- 2.30.2