Files
bake/tests/python.bats
T
2019-09-23 05:33:09 -04:00

5 lines
105 B
Bash

@test "python" {
run bake --silent -b python.Bakefile python
[[ "${lines[0]}" == "not bash" ]]
}