attempt to make travis happy
parent
6a03536c5a
commit
6248ae455c
|
|
@ -22,8 +22,9 @@ load ../../plugins/available/go.plugin
|
||||||
}
|
}
|
||||||
|
|
||||||
@test 'debug goroot in travis, after load' {
|
@test 'debug goroot in travis, after load' {
|
||||||
export GOROOT='/baz'
|
export GOROOT='/tmp'
|
||||||
load ../../plugins/available/go.plugin
|
load ../../plugins/available/go.plugin
|
||||||
|
assert_equal $GOROOT 'dummy'
|
||||||
assert_equal $(go env GOROOT) 'dummy'
|
assert_equal $(go env GOROOT) 'dummy'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue