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