attempt to make travis happy

pull/1284/head
cornfeedhobo 2019-06-27 22:08:29 -05:00
parent 94350315bc
commit 3773768dd4
No known key found for this signature in database
GPG Key ID: 724357093F994B26
1 changed files with 1 additions and 2 deletions

View File

@ -8,8 +8,7 @@ load ../../lib/composure
export GOPATH="/foo" export GOPATH="/foo"
load ../../plugins/available/go.plugin load ../../plugins/available/go.plugin
[[ "$(echo $PATH | cut -d':' -f1)" = '/foo/bin' ]] [[ "$(cut -z -d':' -f1,2 <<<$PATH)" = '/foo/bin:/baz/bin' ]]
[[ "$(echo $PATH | cut -d':' -f2)" = '/baz/bin' ]]
} }
@test 'plugins go: single entry in GOPATH, with space' { @test 'plugins go: single entry in GOPATH, with space' {