Files
bake/tests/python.bats
2019-09-23 07:53:24 -04:00

7 lines
138 B
Bash
Executable File

#!/usr/bin/env bats
export BAKEFILE=python.Bakefile
@test "python" {
run bake --silent python
[[ "${lines[0]}" == "not bash" ]]
}