From 6299666978a261449e1e04d2e9d4ec63958aa68b Mon Sep 17 00:00:00 2001 From: cornfeedhobo Date: Fri, 28 Jun 2019 09:31:29 -0500 Subject: [PATCH] attempt to make travis happy --- test/plugins/go.plugin.bats | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/test/plugins/go.plugin.bats b/test/plugins/go.plugin.bats index 970d0c0b..e77fdc87 100644 --- a/test/plugins/go.plugin.bats +++ b/test/plugins/go.plugin.bats @@ -17,14 +17,13 @@ load ../../plugins/available/go.plugin assert_equal $(go env GOROOT) 'dummy' } -#@test 'plugins go: single entry in GOPATH' { -# export GOROOT='/baz' -# export GOPATH='/foo' -# load ../../plugins/available/go.plugin -# -# assert_equal $(cut -d':' -f1,2 <<<$PATH) '/foo/bin:/baz/bin' -#} -# +@test 'plugins go: single entry in GOPATH' { + export GOROOT='/baz' + export GOPATH='/foo' + load ../../plugins/available/go.plugin + assert_equal $(cut -d':' -f1,2 <<<$PATH) '/foo/bin:/baz/bin' +} + #@test 'plugins go: single entry in GOPATH, with space' { # export GOROOT="/baz" # export GOPATH="/foo bar"