attempt to make travis happy

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

View File

@ -17,14 +17,13 @@ load ../../plugins/available/go.plugin
assert_equal $(go env GOROOT) 'dummy'
}
#@test 'plugins go: single entry in GOPATH' {
# export GOROOT='/baz'
# export GOPATH='/foo'
# load ../../plugins/available/go.plugin
#
# assert_equal $(cut -d':' -f1,2 <<<$PATH) '/foo/bin:/baz/bin'
#}
#
@test 'plugins go: single entry in GOPATH' {
export GOROOT='/baz'
export GOPATH='/foo'
load ../../plugins/available/go.plugin
assert_equal $(cut -d':' -f1,2 <<<$PATH) '/foo/bin:/baz/bin'
}
#@test 'plugins go: single entry in GOPATH, with space' {
# export GOROOT="/baz"
# export GOPATH="/foo bar"