Sign in
◑
Theme
pigweed
/
third_party
/
github
/
aspect-build
/
bazel-lib
/
c6f8eaaeacfce68830c7ca8d587ff26ba60c42b2
/
.
/
lib
/
tests
/
bats
/
env.bats
blob: c5f8689fb9ffb733dd6e3fddeb1984f149962b46 [
file
]
bats_load_library
'bats-support'
bats_load_library
'bats-assert'
@test
'env'
{
run echo $USE_BAZEL_VERSION
assert_output
'latest'
}