From a3ff1c67629f35cb487ef8eb27365b86d951900e Mon Sep 17 00:00:00 2001 From: cornfeedhobo Date: Thu, 27 Jun 2019 22:28:33 -0500 Subject: [PATCH] attempt to make travis happy --- test/plugins/go.plugin.bats | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/plugins/go.plugin.bats b/test/plugins/go.plugin.bats index e2596866..4255d504 100644 --- a/test/plugins/go.plugin.bats +++ b/test/plugins/go.plugin.bats @@ -4,11 +4,11 @@ load ../../lib/helpers load ../../lib/composure @test 'plugins go: single entry in GOPATH' { - export GOROOT="/baz" - export GOPATH="/foo" + export GOROOT='/baz' + export GOPATH='/foo' load ../../plugins/available/go.plugin - [[ "$(cut -d':' -f1,2 <<<$PATH)" == '/foo/bin:/baz/bin' ]] + [[ "$(cut -d':' -f1,2 <<<$PATH | tr -d '\n')" == '/foo/bin:/baz/bin' ]] } @test 'plugins go: single entry in GOPATH, with space' {