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