attempt to make travis happy

pull/1284/head
cornfeedhobo 2019-06-29 18:03:00 -05:00
parent 35dfd264fd
commit e7450ed17b
No known key found for this signature in database
GPG Key ID: 724357093F994B26
2 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,8 @@ function _go_pathmunge_wrap() {
local i=${#a[@]}
while [ $i -gt 0 ] ; do
i=$(( i - 1 ))
pathmunge "${a[i]}/bin"
echo "${a[i]}/bin"
# pathmunge "${a[i]}/bin"
done
}

View File

@ -54,11 +54,10 @@ load ../../lib/composure
@test 'debug travis' {
export GOROOT='/foo'
export GOPATH='/bar'
local OLD_PATH=$PATH
load ../../plugins/available/go.plugin
assert_equal $OLD_PATH $PATH
assert_line 'dummy'
}
#@test 'plugins go: single entry in GOPATH' {