attempt to make travis happy

pull/1284/head
cornfeedhobo 2019-06-28 09:54:31 -05:00
parent 6299666978
commit 81a955324b
No known key found for this signature in database
GPG Key ID: 724357093F994B26
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,10 @@ load ../../plugins/available/go.plugin
assert_equal $(go env GOROOT) 'dummy'
}
@test 'ensure _go_pathmunge_wrap is defined' {
[[ $(type -t _go_pathmunge_wrap) = 'function' ]]
}
@test 'plugins go: single entry in GOPATH' {
export GOROOT='/baz'
export GOPATH='/foo'