attempt to make travis happy

pull/1284/head
cornfeedhobo 2019-06-29 18:09:48 -05:00
parent e7450ed17b
commit 72cf9c7ba9
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,8 +10,7 @@ function _go_pathmunge_wrap() {
local i=${#a[@]}
while [ $i -gt 0 ] ; do
i=$(( i - 1 ))
echo "${a[i]}/bin"
# pathmunge "${a[i]}/bin"
pathmunge "${a[i]}/bin"
done
}

View File

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