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