mirror of
https://github.com/sstephenson/bats.git
synced 2024-11-17 19:52:37 +01:00
8 lines
73 B
Bash
8 lines
73 B
Bash
@test "more truth" {
|
|
true
|
|
}
|
|
|
|
@test "quasi-truth" {
|
|
[ -z "$FLUNK" ]
|
|
}
|