attempt to make travis happy

pull/1284/head
cornfeedhobo 2019-06-27 21:59:52 -05:00
parent b4afe62858
commit 94350315bc
No known key found for this signature in database
GPG Key ID: 724357093F994B26
1 changed files with 2 additions and 5 deletions

View File

@ -8,11 +8,8 @@ load ../../lib/composure
export GOPATH="/foo" export GOPATH="/foo"
load ../../plugins/available/go.plugin load ../../plugins/available/go.plugin
echo "$(echo $PATH | cut -d':' -f1)" [[ "$(echo $PATH | cut -d':' -f1)" = '/foo/bin' ]]
[ "$(echo $PATH | cut -d':' -f1)" = "/foo/bin" ] [[ "$(echo $PATH | cut -d':' -f2)" = '/baz/bin' ]]
echo "$(echo $PATH | cut -d':' -f2)"
[ "$(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' {