attempt to make travis happy

pull/1284/head
cornfeedhobo 2019-06-27 22:28:33 -05:00
parent 82608a376d
commit a3ff1c6762
No known key found for this signature in database
GPG Key ID: 724357093F994B26
1 changed files with 3 additions and 3 deletions

View File

@ -4,11 +4,11 @@ load ../../lib/helpers
load ../../lib/composure load ../../lib/composure
@test 'plugins go: single entry in GOPATH' { @test 'plugins go: single entry in GOPATH' {
export GOROOT="/baz" export GOROOT='/baz'
export GOPATH="/foo" export GOPATH='/foo'
load ../../plugins/available/go.plugin 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' { @test 'plugins go: single entry in GOPATH, with space' {