1
0
mirror of https://github.com/sstephenson/bats.git synced 2025-03-04 07:49:50 +01:00
bats/test/fixtures/bats/failing.bats
2014-08-12 16:45:51 -05:00

6 lines
72 B
Bash

@test "a failing test" {
true
true
eval "( exit ${STATUS:-1} )"
}