attempt to make travis happy

pull/1284/head
cornfeedhobo 2019-06-29 16:33:23 -05:00
parent 8abbd02560
commit 6a03536c5a
No known key found for this signature in database
GPG Key ID: 724357093F994B26
1 changed files with 2 additions and 1 deletions

View File

@ -18,10 +18,11 @@ load ../../plugins/available/go.plugin
}
@test 'debug goroot in travis' {
assert_equal $(go env GOROOT) 'dummy'
assert_equal $GOROOT 'dummy'
}
@test 'debug goroot in travis, after load' {
export GOROOT='/baz'
load ../../plugins/available/go.plugin
assert_equal $(go env GOROOT) 'dummy'
}