Sign in
◑
Theme
pigweed
/
third_party
/
github
/
aspect-build
/
bazel-lib
/
6bad7f3d3c39e085d3c089dc9ac8ea292ad6f69a
/
.
/
lib
/
tests
/
bats
/
basic.bats
blob: ded6a2323242996747f76f9aa09f6d62bf590ace [
file
]
bats_load_library
'bats-support'
bats_load_library
'bats-assert'
@test
'assert_output() check for existence'
{
run echo
'have'
assert_output
'have'
}