attempt to make travis happy

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

View File

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