Files
bake/tests/python.bats
T
2019-09-23 07:22:56 -04:00

5 lines
105 B
Bash
Executable File

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