attempt to make travis happy
parent
3773768dd4
commit
422475ae0d
|
|
@ -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' {
|
||||
|
|
|
|||
Loading…
Reference in New Issue