attempt to make travis happy

pull/1284/head
cornfeedhobo 2019-06-27 22:40:53 -05:00
parent 1cf9b07ad3
commit 8689e25a1e
No known key found for this signature in database
GPG Key ID: 724357093F994B26
1 changed files with 10 additions and 0 deletions

View File

@ -4,6 +4,16 @@ load ../test_helper
load ../../lib/helpers
load ../../lib/composure
function local_setup {
export OLD_PATH="$PATH"
export PATH="/usr/bin:/bin:/usr/sbin"
}
function local_teardown {
export PATH="$OLD_PATH"
unset OLD_PATH
}
@test 'plugins go: single entry in GOPATH' {
export GOROOT='/baz'
export GOPATH='/foo'